|
|
|
|
|
by pjmlp
1482 days ago
|
|
It is called LLVM, GIMPLE or whatever, depending on the middle layer we are talking about in C and C++ compilers. Likewise there are JIT and AOT compilers for turning those JVM bytecodes or MSIL into machine code as well, including not shipping a VM rather a runtime. So it does show a lack of understanding on how compilers work. |
|