JIT ↔ Mix of Interpretation & Compiled Language, used by modern JS Engine, all code compiled & executed immediately
aka JIT, JIT-Compiled, Jit-Compilation, Just-In-Time, Just-In-Time-Compilation


JIT Processes (ie Parsing, Compilation & Optimisation) occur inside special Thread within JS Engine
JIT Processes run separate from main Thread in Call Stack; can not access via Code
References
mode: "jit"↔ to OPT-IN JIT mode to compile CSS on-the-fly for faster built times. in dev preview - will likely default in futureCode-space↔ Space to contain JIT CompiledCodeobjects for executable memory (may also allocate inside Executable JITCodein Large-object-space)