This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Variadic templates, fourth revision [Committed]
>> > 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.
>
> The patch here should fix the problem:
>
> http://gcc.gnu.org/ml/gcc-patches/2007-03/msg00759.html
The patch only saves 1% though (from 437001kB down to 432961kB).
Paolo