Tree-ssa status with POOMA

Diego Novillo dnovillo@redhat.com
Thu Feb 5 14:37:00 GMT 2004


On Thu, 2004-02-05 at 07:14, Richard Guenther wrote:

> > It would also suggest that the inline limits are still bit too up for
> > 3.4.  How did you measured the memory usage?
> 
> I did look at "top" output - do you have some better way to record maximum
> RSS size?
> 
Not really.  I typically do

$ top -b > log &
$ gcc ...
$ kill %1

and then use grep/sort/awk to get data from the log.


Diego.



More information about the Gcc mailing list