Bug 32900 - [4.2/4.3 regression] compile time and memory regression
Summary: [4.2/4.3 regression] compile time and memory regression
Status: RESOLVED DUPLICATE of bug 30052
Alias: None
Product: gcc
Classification: Unclassified
Component: c++ (show other bugs)
Version: 4.2.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 22:25 UTC by Debian GCC Maintainers
Modified: 2007-07-26 11:20 UTC (History)
11 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Debian GCC Maintainers 2007-07-25 22:25:22 UTC
[forwarded from http://bugs.debian.org/431608]

c++ source files generated with sip-qt take much longer (4.2) and much more memory (4.3) to build, than building with 4.1:

4.1 20070718    0m58.881s  about 400mb
4.2.1 release  86m13.933s  about 400mb
4.3 20070720   14m51.718s  about 1.5gb

built on i486-linux-gnu. 4.1 and 4.2 are built with --enable-checking=release, 4.3 with the setting from trunk.

  Matthias
Comment 1 Debian GCC Maintainers 2007-07-25 22:28:11 UTC
preprocessed sources at
http://people.debian.org/~doko/tmp/pr32900-sources.tar.bz2
Comment 2 Daniel Berlin 2007-07-25 22:40:45 UTC
Subject: Re:  New: [4.2/4.3 regression] compile time and memory regression

Points-to memory with these is almost nothing, so don't look at meef.
It looks like size goes up for each function and is not fully
recovered by the time we start the next.

On 25 Jul 2007 22:25:22 -0000, debian-gcc at lists dot debian dot org
<gcc-bugzilla@gcc.gnu.org> wrote:
> [forwarded from http://bugs.debian.org/431608]
>
> c++ source files generated with sip-qt take much longer (4.2) and much more
> memory (4.3) to build, than building with 4.1:
>
> 4.1 20070718    0m58.881s  about 400mb
> 4.2.1 release  86m13.933s  about 400mb
> 4.3 20070720   14m51.718s  about 1.5gb
>
> built on i486-linux-gnu. 4.1 and 4.2 are built with --enable-checking=release,
> 4.3 with the setting from trunk.
>
>   Matthias
>
>
> --
>            Summary: [4.2/4.3 regression] compile time and memory regression
>            Product: gcc
>            Version: 4.2.2
>             Status: UNCONFIRMED
>           Severity: normal
>           Priority: P3
>          Component: c++
>         AssignedTo: unassigned at gcc dot gnu dot org
>         ReportedBy: debian-gcc at lists dot debian dot org
>
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32900
>
>
Comment 3 Richard Biener 2007-07-26 10:33:20 UTC
Maybe related to PR32891.
Comment 4 Pawel Sikora 2007-07-26 10:53:53 UTC
(In reply to comment #3)
> Maybe related to PR32891.
> 

sip-qt problems == PR30052
Comment 5 Debian GCC Maintainers 2007-07-26 11:20:10 UTC

*** This bug has been marked as a duplicate of 30052 ***