r269221 - in /trunk: gcc/ChangeLog gcc/alloc-po...
marxin@gcc.gnu.org
marxin@gcc.gnu.org
Tue Feb 26 17:27:00 GMT 2019
Author: marxin
Date: Tue Feb 26 17:27:52 2019
New Revision: 269221
URL: https://gcc.gnu.org/viewcvs?rev=269221&root=gcc&view=rev
Log:
Improve memory statistics report readability.
2019-02-26 Martin Liska <mliska@suse.cz>
* alloc-pool.h (struct pool_usage): Remove extra
print_dash_line.
* bitmap.h (struct bitmap_usage): Likewise.
* ggc-common.c (struct ggc_usage): Likewise.
* mem-stats.h (struct mem_usage): Likewise.
(mem_alloc_description::dump): Print dash lines
here and repeat header at the end of a table report.
It's then more readable.
* tree-phinodes.c (phinodes_print_statistics): Make
horizontal alignment.
* tree-ssanames.c (ssanames_print_statistics): Likewise.
* vec.c (struct vec_usage): Remove extra print_dash_line.
* vec.h (vec_safe_grow_cleared): Pass PASS_MEM_STAT.
2019-02-26 Martin Liska <mliska@suse.cz>
* symtab.c (ht_dump_statistics): Make
horizontal alignment for statistics.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/alloc-pool.h
trunk/gcc/bitmap.h
trunk/gcc/ggc-common.c
trunk/gcc/mem-stats.h
trunk/gcc/tree-phinodes.c
trunk/gcc/tree-ssanames.c
trunk/gcc/vec.c
trunk/gcc/vec.h
trunk/libcpp/ChangeLog
trunk/libcpp/symtab.c
More information about the Gcc-cvs
mailing list