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]

Re: c++ dynamic link speedup?


"Florin Iucha" <florin@iucha.net> writes:

> Hello!
> 
> Has any of you g++ wizards took a look at this?
> 
> 	http://lists.kde.org/?l=kde-devel&m=99618500904021&w=2
> 
> It's a way to speed up c++ programs by up to 30%.

It's a way to speed up the *startup* of c++ programs - and will slow
down long running programs since it adds an extra indirection.

Jakub's pre-linking stuff is a better solution for this problem,

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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