A generated JIT compiler for Python

Author: Samuele Pedroni, Open End AB
Date: December '09

Idea

Derive a dynamic compiler from a sufficiently rich intermediate representation of the interpreter while it is turned into a VM

Tracing JIT compiler

Template: use the streamlined approach introduced by tracing JITs

Details

Example

Status

Benchmarks

result.png

Work Left

Work Left (ii)