also: ジットコンパイラ · ジェーアイティーコンパイラー · ジットコンパイラー
noun
just-in-time compiler; JIT compiler
A compiler that translates code at runtime, typically used in virtual machines like the JVM or .NET CLR.
Java仮想マシンはJITコンパイラを使ってバイトコードをネイティブコードに変換する。
The Java Virtual Machine uses a JIT compiler to convert bytecode into native code.
JITコンパイラの最適化により、実行速度が大幅に向上した。
The optimization by the JIT compiler significantly improved execution speed.