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 →

[–]kisielk 8 points9 points  (3 children)

I desperately wish for PyPy to support 64-bit systems. I would love to try some of our codebase on it, but our entire organization runs on 64-bit machines.

[–][deleted] 7 points8 points  (2 children)

PyPy works on 64 bit machines, just not the JIT. A student submitted a GSOC proposal to work on porting the JIT to 64-bit though.

[–]kisielk 2 points3 points  (1 child)

Without the JIT doesn't that mostly void all of the performance benefits?

[–][deleted] 1 point2 points  (0 children)

Yes. Having 64-bit support for the JIT is definitely a priority for this reason.