JIT
Updated: 11/13/2018 by Computer Hope
JIT (Just-In-Time) or dynamic translation is a technique to compile and execute code at run time rather than AOT (Ahead Of Time). This method offers several advantages, such as a program being optimized at execution time for the specific system on which it is running.
Code, Compilation, Computer abbreviations, Programming terms, TLA