JIT Compiler
A just-in-time compiler translates frequently executed code into native machine code at runtime, using assumptions gathered from earlier executions and guards that fall back to slower paths when an assumption fails. V8's Maglev and Turbofan tiers are JIT compilers; missing or weak guards are a leading source of browser zero-days.