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: Variadic templates, fourth revision [Committed]


On 3/12/07, Jan Hubicka <hubicka@ucw.cz> wrote:
> On 3/10/07, Doug Gregor <doug.gregor@gmail.com> wrote:
> >C++ front end and testsuite changes approved and committed. The final
> >patches, ChangeLogs are attached.
>
> This causes a 15% compile time memory usage regression for tramp3d,
> DLV and mico sources :/  (which makes it a release-blocker)


Mem tester report 19% on Gerald's testcase. Note that it is not the GGC memory, but normal malloced memory, so it might be simple leak somewhere.

The patch here should fix the problem:


http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00759.html

 Cheers,
 Doug


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