Just in Time (JIT) Compilation Hub

Created: 2020-08-20T09:31:17.281277

Return to the Index

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.