This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c/8559: [Tru64] -O3 hogs memory on Perl 5.8.0's toke.c


> With -O3 the SIZE and RES as shown by top(1) reach 103M and 100M
> (process cc1), with -O2 44M and 40M, with -O1 21M and 17M, with
> -O0 it finishes so fast that top(1) doesn't even catch it.

OK, this seems like excessive memory usage. 

For the record and those who briefly look at the report: the file hosts 
part of perl's parser, and -- no unexpectantly -- has a huge switch 
statement.

W.

-------------------------------------------------------------------------
Wolfgang Bangerth             email:            bangerth@ticam.utexas.edu
                              www: http://www.ticam.utexas.edu/~bangerth/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]