Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
adgjlsfhk1
4y ago
0 comments
Save
Share
You can just use `@code_llvm` to generate LLVM code, or `@code_native` to generate assembly. Does that do what you need?
0 comments
2 comments · 1 top-level
top
newest
oldest
zanellia
4y ago
· 1 in thread
hmm not sure, the compiled LLVM code would still depend on the runtime library?
adgjlsfhk1
OP
4y ago
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.
j
/
k
navigate · click thread line to collapse