public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/43632]  New: -g option became very slow after r157834
@ 2010-04-02 19:38 roman at binarylife dot net
  2010-04-02 19:42 ` [Bug c++/43632] " roman at binarylife dot net
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: roman at binarylife dot net @ 2010-04-02 19:38 UTC (permalink / raw)
  To: gcc-bugs

$ svn up -r157834 ~/src/gcc
...
$ make -C ~/src/gcc install
...
$ time g++ -std=c++0x -O2 -c test.cpp -g
real    4m47.882s
user    4m47.226s
sys     0m0.577s
$ time g++ -std=c++0x -O2 -c test.cpp
real    0m28.247s
user    0m27.935s
sys     0m0.282s

For comparison:

$ svn up -r157833 ~/src/gcc
...
$ make -C ~/src/gcc install
...
$ time g++ -std=c++0x -O2 -c test.cpp -g
real    0m38.055s
user    0m37.476s
sys     0m0.475s
$ time g++ -std=c++0x -O2 -c test.cpp 
real    0m28.149s
user    0m27.861s
sys     0m0.278s


-- 
           Summary: -g option became very slow after r157834
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: roman at binarylife dot net
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43632


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-06-04 19:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-02 19:38 [Bug c++/43632] New: -g option became very slow after r157834 roman at binarylife dot net
2010-04-02 19:42 ` [Bug c++/43632] " roman at binarylife dot net
2010-04-02 20:25 ` jakub at gcc dot gnu dot org
2010-04-02 20:26 ` [Bug rtl-optimization/43632] [4.5 Regression] " rguenth at gcc dot gnu dot org
2010-04-02 21:04 ` ebotcazou at gcc dot gnu dot org
2010-04-03 17:18 ` rguenth at gcc dot gnu dot org
2010-04-06 10:08 ` jakub at gcc dot gnu dot org
2010-04-06 11:28 ` rguenth at gcc dot gnu dot org
2010-06-04 19:34 ` [Bug rtl-optimization/43632] [4.5/4.6 " jakub at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).