Hi.

The patches fix 3 issues I spotted today during a LTO debugging
session:

1) Removal of two different sorting of GGC memory, it's confusing.
2) Move Leak to the first column for GGC memory similarly to
   other reports.
3) I make a significant header/title that can distinguish in between
   -fpre-ipa-mem-report and other options.

Thanks,
Martin

Martin Liska (3):
  Remove misleading sorting function in ggc memory report.
  Move Leak in GCC memory report to the first column.
  Print header in dump_memory_report.

 gcc/cgraphunit.c | 10 ++--------
 gcc/ggc-common.c | 28 +++++++---------------------
 gcc/ggc.h        |  2 +-
 gcc/lto/lto.c    | 12 +++---------
 gcc/mem-stats.h  | 19 ++++++-------------
 gcc/toplev.c     | 15 ++++++++++++---
 gcc/toplev.h     |  3 ++-
 7 files changed, 33 insertions(+), 56 deletions(-)

-- 
2.23.0

Reply via email to