PyPy
RPythonで記述されたPythonインタプリタ。
tracing JITコンパイラがインタプリタのコードから生成される
https://github.com/pypy/pypy
RPythonはPythonっぽい文法を持つ(サブセット)静的型付け言語。PythonバイトコードをCへ変換する。
GCもRPythonで書かれたtrace GC。
RPythonについて軽く|κeenのHappy Hacκing Blog
RPython: a step towards reconciling dynamically and statically typed OO languages, D Ancona, SPLASH/DLS 2007
Tracing the meta-level: PyPy's tracing JIT compiler, CF Bolz, ECOOP/ICOOOLPS 2009
A Lightweight Method for Generating Multi-Tier JIT Compilation Virtual Machine in a Meta-Tracing Compiler Framework, Y Izawa, ECOOP 2025