JIT
  • 音标:/dʒɪt/
  • 意思:即时编译
  • 例句JIT compilation converts hot bytecode into native machine code.
  • 翻译:JIT编译将热点字节码转换为本地机器码。
  • 补充说明:HotSpot使用分层编译,C2编译器产生高度优化的代码。