On 05/12/16 22:40, Shubha Ramani via pypy-dev wrote:

Even if Jit is invoked during rpython translation ? Why not Armin ?
I do see an assembler.py under rpython/jit/backend/x86

Note that this code is located under the jit directory. It is part of the JIT machinery,
which kicks in to compile hot loops to assembly at runtime.

The JIT is a tracing JIT, there is no general ahead-of-time compilation of code to assembler during translation
Matti
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to