LWN.net Logo

GCC celebrates 25 years with the 4.7.0 release

GCC celebrates 25 years with the 4.7.0 release

Posted Mar 25, 2012 1:07 UTC (Sun) by nix (subscriber, #2304)
In reply to: GCC celebrates 25 years with the 4.7.0 release by PaXTeam
Parent article: GCC celebrates 25 years with the 4.7.0 release

I frankly doubt you'd see enormous improvements in non-pathological benchmarks anyway, because the kernel is not the predominant consumer of CPU time in most benchmarks, and LTO will do nothing to improve locality of reference or any of the heaps of algorithmic things which a kernel has to deal with and which really do take time. You'd probably see an improvement from reduction in icache pressure though, but I have no idea how big it might be. Probably minimal, but one can hope.

As always, the numbers will tell.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds