<Guest34234>
I want to translate several PyPy distributions in parallel, will running `pypy2 ../../rpython/bin/rpython --source` in parallel followed by sequential `pypy2 ../../rpython/bin/rpython --compile` suffice? Would it still work on PGO builds?
<cfbolz>
if you run with --source, you need to go into the /tmp/usession*/testing_1/ directory after the build finish and use make there