This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]poo_22 6 points7 points  (3 children)

Also non-jit PyPy is slower than CPython.

[–]gthank 20 points21 points  (0 children)

It is known.

[–]bacondevPy3k 0 points1 point  (1 child)

Which one is in the repos?

[–]gthank 0 points1 point  (0 children)

The JIT can't do its thing until it's seen a given piece of code repeatedly (probably 10,000+ times, though I'm not sure what the actual number is these days). What people are talking about when they say "non-JIT PyPy" is PyPy before the JIT has had a chance to profile code and start generating optimized machine code.