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

It does generate machine code, which CPython does not.
In other words, PyPy is not a AOT-compiler.