Just in Time (JIT) Compilation Hub
Created on 2020-08-20T09:31:17.281277
Return to the Index
This card can also be read via Gemini.
How JIT Compilers are Implemented and Fast: Pypy, LuaJIT, Graal and More
Mike Pall on LuaJIT's tracing compiler
More details on Pypy's RPython
GraalVM whitepaper; uses ASTs, tree rewriting and a tree compiler.
Webkit on multi-tier JITs.