Hacker News new | ask | show | jobs
by Akronymus 1478 days ago
Would LLVM IR be something you compile or transpile to?
1 comments

It's compilation all the way down. I write C#, and it is compiled to CIL, which gets further compiled via the JIT into asm.

CIL, or JVM bytecode, or LLVM IR is just one more step in the compilation chain.