Y
Hacker News
new
|
ask
|
show
|
jobs
by
laerus
1172 days ago
PyPy is a
JIT
compiler not a "real compiler", it requires warm up time to start optimizing code on runtime.
2 comments
Animats
1172 days ago
It does generate machine code, which CPython does not.
link
Alifatisk
1172 days ago
In other words, PyPy is not a AOT-compiler.
link