Source: wikibot/just-in-time-compilation

= Just-in-time compilation
{wiki=Just-in-time_compilation}

Just-In-Time (JIT) compilation is a technique used in computer programming to improve the performance of programs by converting high-level code into machine code at runtime. This process contrasts with traditional ahead-of-time (AOT) compilation, where code is compiled before execution.