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
167 stars 11 forks source link

Try ccalling instead of llvmcalling for malloc and calloc #11

Closed brenhinkeller closed 2 years ago

brenhinkeller commented 2 years ago

This seems to break more than it fixes, so I'm going to close for now but cherry-pick the extraneous QOL improvements that I pushed here