public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "steven at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug tree-optimization/18687] >200% compile time regression compared to gcc-3.4
Date: Sun, 27 May 2012 23:14:00 -0000	[thread overview]
Message-ID: <bug-18687-4-9pCNgVpvrS@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-18687-4@http.gcc.gnu.org/bugzilla/>

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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org

--- Comment #55 from Steven Bosscher <steven at gcc dot gnu.org> 2012-05-27 23:11:06 UTC ---
Some new timings:

hashes.c -O0:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.02076    0.02037    0.01972    0.02291    0.02286
sys    0.00383    0.00483    0.00468    0.00583    0.00568

hashes.c -O1:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.0278    0.0472    0.0459    0.0539    0.0572
sys    0.0046    0.0055    0.0066    0.0075    0.0082

hashes.c -O2:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.0452    0.0700    0.0744    0.0773    0.0842
sys    0.0047    0.0065    0.0060    0.0083    0.0086


infcodes.c -O0:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.0374    0.0396    0.0421    0.0499    0.0490
sys    0.0046    0.0059    0.0065    0.0064    0.0071

infcodes.c -O1:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.0481    0.0886    0.0821    0.0950    0.0849
sys    0.0046    0.0074    0.0066    0.0092    0.0070

infcodes.c -O2:
    3.4.6    4.2.4    4.3.3    4.4.7    4.6.3
user    0.0745    0.1303    0.1306    0.1389    0.1354
sys    0.0054    0.0096    0.0096    0.0088    0.0091


  parent reply	other threads:[~2012-05-27 23:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <bug-18687-4@http.gcc.gnu.org/bugzilla/>
2011-01-08 16:14 ` [Bug tree-optimization/18687] [4.3/4.4/4.5/4.6 Regression] " hubicka at gcc dot gnu.org
2011-01-08 16:21 ` hubicka at gcc dot gnu.org
2011-01-18 14:28 ` [Bug tree-optimization/18687] " rguenth at gcc dot gnu.org
2012-05-27 23:14 ` steven at gcc dot gnu.org [this message]
2023-02-06 12:03 ` rguenth at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-18687-4-9pCNgVpvrS@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).