Loading page…
Just-in-time compilation: generating machine code at runtime, typically for hot code identified by profiling.
V8, HotSpot, and .NET interpret first and compile hot paths harder (tiered compilation), speculating on observed types with deoptimization as the safety net.