This is the mail archive of the gcc-patches@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: [v3] --enable-pch


On Monday, July 7, 2003, at 05:32 AM, Richard Earnshaw wrote:
Yay!  That cuts testing time ('time make -k check') on my poor
memory-starved shark (32M) by more than 20%!

           user     system   elapsed
2003/06/28 28971.91 16151.89 82516.12		(PCH enabled)
2003/07/02 40920.70 15537.30 64758.78		(PCH disabled)

Hum, maybe pch validation should check how much memory is around, and avoid pch if < 40 MB. It is nice that is takes less user time, but, not at the expense of wall clock. :-(



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