tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
490 stars 31 forks source link

Improve sanity #60

Closed MasonProtter closed 2 years ago

MasonProtter commented 2 years ago

verify the IR, and don't just tell LLVM that every global variable is a {}*.

MasonProtter commented 2 years ago

Uhh, I have no idea why this is carrying around all these extra commits and why it thinks this is in conflict

MasonProtter commented 2 years ago

redone here: https://github.com/tshort/StaticCompiler.jl/pull/61 without the accidental baggage