brenhinkeller / StaticTools.jl

Enabling StaticCompiler.jl-based compilation of (some) Julia code to standalone native binaries by avoiding GC allocations and llvmcall-ing all the things!
MIT License
168 stars 12 forks source link

Fix a few issues with llvmcalls in llvmio and llvmlibc #34

Closed brenhinkeller closed 1 year ago

brenhinkeller commented 1 year ago

May address some (but not all) of the issues noted in #33

We can try switching to @ccalls in the future as well, when I have a bit more time