Optimisation
↔ (process) Optimization Compiler recompiles Code in background during Execution
Source: A crash course in just-in-time (JIT) compilers - Mozilla Hacks - the Web developer blog
can iterate multiple times, replacing with more optimised code, w/o ever stopping execution
significantly speeds up execution of loops and other warm/hot code that would otherwise require repeat translations