|
|
|
|
|
by cwillu
3539 days ago
|
|
The complexity of the JIT isn't in pypy's implementation of python. This is probably the most important part of the pypy project: it's a python implementation written in a simple subset of python plus some standard hints, and an independent piece that generates a JIT for things written in that subset. |
|