[pypy-dev] Re: Very long compilation on pypy

Ludovic Aubry ludal at logilab.fr
Wed Sep 7 11:31:59 CEST 2005


Hello,

If you are using a recent gcc version (>= 3.3 or 3.4) you could try to
use : -O2 -fno-unit-at-a-time
Here's a sample of the documentation :
"""Parse the whole compilation unit before starting to produce code.
This allows some extra optimizations to take place but consumes more
memory (in general)."""
I haven't tried it (doing it right now) but it should improve things.

regards,

On Tue, 2005-09-06 at 19:26 -0500, Arthur Peters wrote:
> 
> I am quite certain the machine was not swapping (I would have heard
> it. I
> listen for disk noise.) and that the process was using 100% CPU (which
> it could not have been doing if it were swapping). Also the 2098 was
> CPU
> time not realtime. So time to swap data from/to disk would not have
> been
> counted.



More information about the Pypy-dev mailing list