Hi Kirk, On 17 February 2014 21:33, Kirk Liberty <kirk.libe...@gmail.com> wrote: > It's it correct to assume that the generated C code will be > identical regardless of the computer PyPy it's translated on? This allowing > for translation on one machine, and compilation on another?
No, it's wrong: translation hard-codes into C quite a lot of different details. But if the two machines are "close enough" to each other, then the generated C code on one machine can indeed be compiled on the other. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev