tshort / StaticCompiler.jl

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

Cleanup and more support for arrays of functions #121

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

This separates the generate_obj that compile uses from the generate_obj that all the standalone functions use, and rearranges stuff for a bit less code repetition.

Also, I mocked up support for the request in https://github.com/tshort/StaticCompiler.jl/issues/93, but I still am not really convinced that it makes any sense to have multiple functions going into compile_executable.