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: using templates in shared library


>>>>> Kasper Peeters <K.Peeters@damtp.cam.ac.uk> writes:

 > On my machine, -frepo repeatedly compiles my sources until all
 > templates are done. When it does that n times, it is roughly n times
 > slower than the default, which instantiates all templates
 > immediately.

This is only true for the first link.  On subsequent links, the cached
information from before speeds the process up greatly.

Jason


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