Compile
Search...
Ctrl
K
compiler
编译过程
中间代码
知识点
码(bytecode/bitcode)
bytecode
bitcode
最终的中间代码可能是bytecode或者bitcode
bytecode/bitcode在汇编之前
为什么不让bitecode在虚拟机上运行,而bytecode编译优化运行呢?
bytecode在JIT编译 vs bitcode编译
区别
Previous
知识点
Next
bytecode