This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Merge C++ conversion into trunk (0/6 - Overview)
On Mon, Aug 20, 2012 at 6:31 PM, Lawrence Crowl <crowl@google.com> wrote:
> On 8/20/12, H.J. Lu <hjl.tools@gmail.com> wrote:
>> The C++ merge caused:
>>
>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54332
>>
>> GCC memory usage is more than doubled from <= 3GB to >= 10GB.
>> Is this a known issue?
>
> The two memory stat reports show no differences. Are you sure you
> didn't splice in the wrong report?
>
Those are outputs from -fmem-report. I am not sure how useful
they are for this bug.
--
H.J.