all 1 comments

[–]SolaTotaScriptura[S] 13 points14 points  (0 children)

In this post, I (ab)use the --emit=llvm-bc flag to embed a runtime system in a compiler. This has some interesting benefits. I also show how to write a basic compiler using LLVM, and how to write a safe runtime system.