This is the mail archive of the gcc@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: Suggestions for improving gcc 3.2 compilation speed?


On Friday 07 March 2003 05:25 am, Lars Segerlund wrote:
>   I have a small idea, once upon a time people were using kilo lines per
> second as a measurement of compiler speed, and on a 68030 you could hit
> well above 10klps optimized code.
>
>   Perhaps we could report this metric ? 
Hmm...
Once upon a time programs didn't use a zillion templates from a STL.
But if the count could be broken down into:
Source Lines:
Included Lines:
	Lines read:
	Expanded lines out:
Template Include Lines:

Or some other subdivisions that would account for the different
processing paths of programs being compiled, it might be an
interesting number to report (-fline-counts?)

Mike


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