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 _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
