Hacker News new | ask | show | jobs
by zanellia 1674 days ago
hmm not sure, the compiled LLVM code would still depend on the runtime library?
1 comments

The LLVM code will only call into the runtime for allocation or dynamic dispatch, both of which are avoidable. Lots of real Julia code will never touch it.