noun
just-in-time compiler; JIT compiler
Computing term for a compiler that translates code at runtime, often used in virtual machines like the JVM or .NET CLR.
See also: JITコンパイラ (ジェーアイティーコンパイラ)
Java仮想マシンはジャストインタイムコンパイラを使ってバイトコードをネイティブコードに変換する。
The Java Virtual Machine uses a just-in-time compiler to convert bytecode into native code.