This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Use Bohem's GC for compiler proper in 4.1?
> mem peak user sys
>
>
> gcc 3.4 -S -O0 476 MB 1m39s 2s
> gcc 4.0 -S -O0 655 MB 2m23s 3s
>
> icc -S -O0 264 MB 1m24s 15s
>
>
> the file makes quite heavy use of virtual inheritance so there are a
> lot of virtual tables involved. are there any known performance bugs
> in this area or should I file a PR?
>
> any suggestions on how to simplify the testcase? (preprocessed is ~60k
> lines)
I'm curious what the 3.3 numbers are, but the same proprocessed file
may not compile there since the parser changed in 3.4. Not critical.
The regression in 4.0 is pretty bad, definitely file a PR. See:
http://gcc.gnu.org/bugs.html for instructions. It may be a known
problem or a new one, let's find out.
If you can't reduce the .ii testcase, don't worry so much. Just bzip
it and submit it as a compressed attachment.
--Kaveh
--
Kaveh R. Ghazi ghazi@caip.rutgers.edu