<p dir="ltr">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?</p>
<p dir="ltr">Kirk</p>
<div class="gmail_quote">On Feb 17, 2014 2:20 PM, "Yury V. Zaytsev" <<a href="mailto:yury@shurup.com">yury@shurup.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, 2014-02-17 at 14:15 -0500, Kirk Liberty wrote:<br>
> Are the C files that are written as one of the last steps of<br>
> translation written in q way that they can be rebuilt many times?<br>
<br>
Yes, have a look at the /tmp directory. You can delete the build<br>
artifacts and re-run the edited Makefile without re-translating PyPy.<br>
<br>
--<br>
Sincerely yours,<br>
Yury V. Zaytsev<br>
<br>
<br>
</blockquote></div>