Translation guide
A JIT (Just-In-Time) compiler is a program that converts code into machine language at runtime, rather than before execution. In Japanese, the English acronym 'JIT' is commonly used, and the full term is often translated directly.
The standard way to refer to a Just-In-Time compiler in Japanese, used in technical contexts.
The most common and natural term. 'JIT' is pronounced as 'ジット' (jitto) and combined with 'コンパイラ' (konpaira, compiler).
この言語の処理系はJITコンパイラを搭載している。
This language implementation includes a JIT compiler.
A direct transliteration of 'Just-In-Time compiler'. Rarely used; the acronym is strongly preferred.
ジャストインタイムコンパイラは動的コンパイルを行う。
A just-in-time compiler performs dynamic compilation.
In Japanese technical writing and conversation, 'JIT' is almost always used as-is, pronounced 'ジット'. It is understood by programmers and engineers without translation.
A more descriptive Japanese translation meaning 'runtime compiler'. Less common than the acronym, but used in some technical documents.
実行時コンパイラはプログラムの実行中にコードを最適化する。
A runtime compiler optimizes code during program execution.