public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "bernds at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug rtl-optimization/38582] excessive time in rename registers
Date: Thu, 12 Nov 2009 18:13:00 -0000	[thread overview]
Message-ID: <20091112181239.19540.qmail@sourceware.org> (raw)
In-Reply-To: <bug-38582-6642@http.gcc.gnu.org/bugzilla/>



------- Comment #4 from bernds at gcc dot gnu dot org  2009-11-12 18:12 -------
Subject: Bug 38582

Author: bernds
Date: Thu Nov 12 18:12:09 2009
New Revision: 154123

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=154123
Log:
        PR rtl-opt/38582
        * regrename.c (struct du_head): New structure; some elements moved
        from...
        (struct du_chain): ... this one.
        (open_chains, closed_chains): Now of type struct du_head *.
        (do_replace): Accept du_head argument, not du_chain.  All callers
        changed.  Modified code to match new data structures.
        (build_def_use): Return a list of du_head structures.  Modified code
        to match new data structures.
        (dump_def_use_chain): Accept du_head argument, not du_chain.  All
        callers changed.  Modified code to match new data structures.
        (merge_overlapping_regs): Accept du_head argument, not du_chain.  All
        callers changed.  Modified code to match new data structures.
        (scan_rtx_reg): Change type of this_regno and this_nregs to unsigned.
        Allocate a du_head structure as well as a du_chain when creating a
        new chain.  Modified other code to match new data structures.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/regrename.c


-- 


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


  parent reply	other threads:[~2009-11-12 18:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-20 11:17 [Bug middle-end/38582] New: " jv244 at cam dot ac dot uk
2008-12-20 15:53 ` [Bug middle-end/38582] " steven at gcc dot gnu dot org
2008-12-22  7:55 ` pinskia at gcc dot gnu dot org
2009-01-03 15:27 ` steven at gcc dot gnu dot org
2009-10-18  7:01 ` jv244 at cam dot ac dot uk
2009-11-12 18:13 ` bernds at gcc dot gnu dot org [this message]
2009-11-26 21:35 ` [Bug rtl-optimization/38582] " bernds at gcc dot gnu dot org
2009-11-26 21:42 ` bernds at gcc dot gnu dot org
2009-11-27  8:55 ` jv244 at cam dot ac dot uk
     [not found] <bug-38582-4@http.gcc.gnu.org/bugzilla/>
2012-03-14 10:51 ` schwab@linux-m68k.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=20091112181239.19540.qmail@sourceware.org \
    --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).