Just-in-Time (JIT)
← Back to Compilation Strategies
Compilation that occurs at runtime, translating bytecode or interpreted code into native machine code based on hot paths and runtime profiling. JIT compilation can optimize for the actual execution environment and workload.
Key Properties
Related
- JVM HotSpot, V8, PyPy