[pypy-dev] PyPy Intermediate C Files

Armin Rigo arigo at tunes.org
Tue Feb 18 10:45:32 CET 2014


Hi Kirk,

On 17 February 2014 21:33, Kirk Liberty <kirk.liberty at 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.


More information about the pypy-dev mailing list