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.
The optimization by the JIT compiler significantly improved execution speed.