A Brief History of Just-in-Time¶
Aycock, J. (2003). A Brief History of Just-in-Time. ACM Computing Surveys, 35(2), 97-113.
Cited by¶
1 citation across 1 artifact.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Fast-Path / Slow-Path Architecture
- In compilers and runtimes, an interpreter handles cold code while a JIT compiles hot paths, with execution-count profiling as the trigger.
This sourceSurveys interpreter-plus-JIT designs in which execution-count (hotness) profiling triggers compilation of hot code, supporting the compiler/runtime use and the escalation-rate (JIT-promotion-rate) metric.
- In compilers and runtimes, an interpreter handles cold code while a JIT compiles hot paths, with execution-count profiling as the trigger.
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Registry ID ref:6ed502cfb978 · see in the full table