]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove misleading sorting function in ggc memory report.
authorMartin Liska <mliska@suse.cz>
Tue, 29 Oct 2019 08:44:28 +0000 (09:44 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 29 Oct 2019 08:44:28 +0000 (08:44 +0000)
commitc5281d5013c76f0959a6a9b7952c044aaed7932f
tree9f23eb7e05b8668df00c87c25029d83f412bef5f
parent6bc67182b6500b942674d6031c1bf0f02c779cbd
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.

From-SVN: r277557
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