[pypy-dev] PyPy Intermediate C Files
Romain Guillebert
romain.py at gmail.com
Mon Feb 17 23:45:59 CET 2014
Hi Kirk
If you want to compile with something that is not gcc, you should use
"--gcrootfinder=shadowstack" as a translation time option, otherwise it
uses a gcc specific root finding method (I don't know if it's done
automatically).
Romain
On 02/17, Kirk Liberty wrote:
> Thank you! 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?
>
> Kirk
> On Feb 17, 2014 2:20 PM, "Yury V. Zaytsev" <yury at shurup.com> wrote:
>
> > On Mon, 2014-02-17 at 14:15 -0500, Kirk Liberty wrote:
> > > Are the C files that are written as one of the last steps of
> > > translation written in q way that they can be rebuilt many times?
> >
> > Yes, have a look at the /tmp directory. You can delete the build
> > artifacts and re-run the edited Makefile without re-translating PyPy.
> >
> > --
> > Sincerely yours,
> > Yury V. Zaytsev
> >
> >
> >
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
More information about the pypy-dev
mailing list