This is the mail archive of the gcc-regression@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: Some aspect of GCC memory consumption increased by recent patch



On Jan 31, 2005, at 11:22 PM, gcctest@suse.de wrote:
comparing Gerald's testcase PR8361 compilation at -O0 level:
Amount of produced GGC garbage decreased from 245826k to 207460k, overall -18.49%

comparing Gerald's testcase PR8361 compilation at -O1 level:
Amount of produced GGC garbage decreased from 445679k to 155717k, overall -186.21%

comparing Gerald's testcase PR8361 compilation at -O2 level:
Amount of produced GGC garbage decreased from 487823k to 155764k, overall -213.18%


comparing Gerald's testcase PR8361 compilation at -O3 level:
Amount of produced GGC garbage decreased from 503831k to 154891k, overall -225.28%

This is because the code's preprocessed source file has invalid code.


-- Pinski


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