]> git.ipfire.org Git - thirdparty/gcc.git/commit
Change use to type-based pool allocator in ira-build.c.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:51:12 +0000 (12:51 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Jun 2015 12:51:12 +0000 (12:51 +0000)
commit1eed90fef0890f70bf92dcd75b3d93e1900ef4f6
tree837551e7ee7bf020b381efbfd309f4004847aa2f
parent8361d32fa8088a9b2a731aeec5ca7f50d167a013
Change use to type-based pool allocator in ira-build.c.

* ira-build.c (initiate_allocnos): Use new type-based pool allocator.
(ira_create_object): Likewise.
(ira_create_allocno): Likewise.
(ira_create_live_range): Likewise.
(copy_live_range): Likewise.
(ira_finish_live_range): Likewise.
(ira_free_allocno_costs): Likewise.
(finish_allocno): Likewise.
(finish_allocnos): Likewise.
(initiate_prefs): Likewise.
(ira_create_pref): Likewise.
(finish_pref): Likewise.
(finish_prefs): Likewise.
(initiate_copies): Likewise.
(ira_create_copy): Likewise.
(finish_copy): Likewise.
(finish_copies): Likewise.
(finish_prefs): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223972 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ira-build.c