public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "vmakarov at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug other/50775] Register allocator sets up frame and frame pointer with low register pressure
Date: Mon, 05 Dec 2011 17:03:00 -0000	[thread overview]
Message-ID: <bug-50775-4-DVq83YJGsf@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-50775-4@http.gcc.gnu.org/bugzilla/>

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

--- Comment #7 from Vladimir Makarov <vmakarov at gcc dot gnu.org> 2011-12-05 17:02:59 UTC ---
Author: vmakarov
Date: Mon Dec  5 17:02:54 2011
New Revision: 182015

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182015
Log:
2011-12-05  Vladimir Makarov  <vmakarov@redhat.com>

    PR other/50775
    * ira-int.h (struct ira_object): Remove add_data.
    (OBJECT_ADD_DATA): Remove.

    * ira-build.c (ira_create_object): Remove OBJECT_ADD_DATA
    initialization.

    * ira-color.c (object_hard_regs_t, object_hard_regs): Rename to
    allocno_hard_regs_t, allocno_hard_regs.
    (object_hard_regs_node_t, object_hard_regs_node): Rename to
    allocno_hard_regs_node_t and allocno_hard_regs_node.
    (struct allocno_color_data): Add new member last_process.  Move
    profitable_hard_regs, hard_regs_node, and hard_regs_subnodes_start
    from object_color_data.
    (object_color_data_t, object_color_data, OBJECT_COLOR_DATA):
    Remove.
    (curr_allocno_process): New static variable.
    (object_hard_regs_eq, object_hard_regs_htab): Rename to
    allocno_hard_regs_eq and allocno_hard_regs_htab.
    (init_object_hard_regs, finish_object_hard_regs): Rename to
    init_allocno_hard_regs and finish_allocno_hard_regs.
    (object_hard_regs_compare, object_hard_regs_node_t): Rename to
    allocno_hard_regs_compare and allocno_hard_regs_node_t.
    (create_new_object_hard_regs_node): Rename to
    create_new_allocno_hard_regs_node.
    (add_new_object_hard_regs_node_to_forest): Rename to
    add_new_allocno_hard_regs_node_to_forest.
    (add_object_hard_regs_to_forest, collect_object_hard_regs_cover):
    Rename to add_allocno_hard_regs_to_forest and
collect_allocno_hard_regs_cover.
    (setup_object_hard_regs_nodes_parent): Rename to
setup_allocno_hard_regs_nodes_parent.
    (remove_unused_object_hard_regs_nodes): Rename to
remove_unused_allocno_hard_regs_nodes.
    (enumerate_object_hard_regs_nodes, object_hard_regs_nodes_num):
    Rename to enumerate_allocno_hard_regs_nodes and
allocno_hard_regs_nodes_num.
    (object_hard_regs_nodes, object_hard_regs_subnode_t): Rename to
    allocno_hard_regs_nodes and allocno_hard_regs_subnode_t.
    (object_hard_regs_subnode, object_hard_regs_subnodes): Rename to
    allocno_hard_regs_subnode and allocno_hard_regs_subnodes.
    (object_hard_regs_subnode_index): Rename to
allocno_hard_regs_subnode_index.
    (setup_object_hard_regs_subnode_index): Rename to
    setup_allocno_hard_regs_subnode_index.
    (get_object_hard_regs_subnodes_num): Rename to
get_allocno_hard_regs_subnodes_num.
    (form_object_hard_regs_nodes_forest): Rename to
form_allocno_hard_regs_nodes_forest.
    (finish_object_hard_regs_nodes_tree): Rename to
form_allocno_hard_regs_nodes_forest
    (finish_object_hard_regs_nodes_forest): Rename to
    finish_allocno_hard_regs_nodes_forest.
    (setup_left_conflict_sizes_p): Use allocno data instead of object
    ones.  Process conflict allocnos once.
    (update_left_conflict_sizes_p): Use allocno data instead of object
    ones.  Change prototype signature.
    (empty_profitable_hard_regs): Use allocno data instead of object
    ones.
    (setup_profitable_hard_regs): Ditto.
    (get_conflict_profitable_regs): Rename to
    get_conflict_and_start_profitable_regs.  Use allocno data for
    profitable regs calculation.
    (check_hard_reg_p): Change prototype signature.  Check profitable
    regs for allocno not the objects.
    (assign_hard_reg): Process conflict allocnos only once for
    updating conflict costs.
    (setup_allocno_available_regs_num): Use allocno data instead of
    object ones.  Modify debug output.
    (color_pass): Remove initialization and finalization of object
    color data.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ira-build.c
    trunk/gcc/ira-color.c
    trunk/gcc/ira-int.h


  parent reply	other threads:[~2011-12-05 17:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-18 11:44 [Bug other/50775] New: " gjl at gcc dot gnu.org
2011-10-18 12:08 ` [Bug other/50775] " gjl at gcc dot gnu.org
2011-10-25  9:48 ` gjl at gcc dot gnu.org
2011-11-15 16:43 ` denisc at gcc dot gnu.org
2011-11-15 16:49 ` denisc at gcc dot gnu.org
2011-11-28 22:10 ` vmakarov at redhat dot com
2011-11-29  0:16 ` gjl at gcc dot gnu.org
2011-12-04  4:09 ` vmakarov at redhat dot com
2011-12-05 17:03 ` vmakarov at gcc dot gnu.org [this message]
2011-12-05 18:16 ` law at redhat dot com
2011-12-15 19:10 ` gjl 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-50775-4-DVq83YJGsf@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).