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 12 forks source link

Update README.md possible (workaround) fix for example #50

Closed PallHaraldsson closed 1 year ago

PallHaraldsson commented 1 year ago

"Fixes" https://github.com/brenhinkeller/StaticTools.jl/issues/49

A better real fix is needed, so that the code worked, as is, as it seems it once did (a regression? or code example that actually worked was slightly different?).