[pypy-dev] JIT issues on x86_64

Sven-Hendrik Haase sh at lutzhaase.com
Sat Dec 12 20:03:04 CET 2009


I have issues translating JIT on x86_64 architecture as opposed to i686.
I know this issue from Psyco which was never meant to work on other
architectures due to low-level optimizations. However, I think it was
one of PyPy's goals to make the JIT available to more architecture
(wasn't it?). Should I be able to successfully translate the JIT at this
point or is it supposed to break due to missing implementation?

-- Sven-Hendrik



More information about the Pypy-dev mailing list