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

Support "withmallocarray"-type do-block syntax for most `MallocArray` constructors #17

Closed brenhinkeller closed 1 year ago

brenhinkeller commented 1 year ago

As suggested by @tkf on Zulip and encouraged by @chriselrod