]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove misleading sorting function in ggc memory report.
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2019 08:44:28 +0000 (08:44 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Oct 2019 08:44:28 +0000 (08:44 +0000)
commit4471f482d5ed864db995b69ea522fea4506e09ef
tree9f23eb7e05b8668df00c87c25029d83f412bef5f
parentae2eee0c919b4264106573080c6f405c46cecca8
Remove misleading sorting function in ggc memory report.

2019-10-29  Martin Liska  <mliska@suse.cz>

* cgraphunit.c (symbol_table::compile): Remove argument
for dump_memory_report.
* ggc-common.c (dump_ggc_loc_statistics): Likewise.
(compare_final): Remove in order to make report
better readable.
* ggc.h (dump_ggc_loc_statistics):  Remove argument.
* mem-stats.h (mem_alloc_description::get_list):
Do not pass cmp.
(mem_alloc_description::dump): Likewise here.
* toplev.c (dump_memory_report): Remove final
argument.
(finalize): Likewise.
* toplev.h (dump_memory_report): Remove argument.
2019-10-29  Martin Liska  <mliska@suse.cz>

* lto.c (do_whole_program_analysis): Remove argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277557 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraphunit.c
gcc/ggc-common.c
gcc/ggc.h
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/mem-stats.h
gcc/toplev.c
gcc/toplev.h