This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r272183 - in /trunk/gcc: ChangeLog ggc-common.c...


Author: marxin
Date: Wed Jun 12 13:07:07 2019
New Revision: 272183

URL: https://gcc.gnu.org/viewcvs?rev=272183&root=gcc&view=rev
Log:
Disable hash-table sanitization for mem stats maps.

2019-06-12  Martin Liska  <mliska@suse.cz>

	* ggc-common.c (ggc_prune_overhead_list): Do not sanitize
	the created map.
	* hash-map.h: Add sanitize_eq_and_hash into ::hash_map.
	* mem-stats.h (mem_alloc_description::mem_alloc_description):
	Do not sanitize created maps.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ggc-common.c
    trunk/gcc/hash-map.h
    trunk/gcc/mem-stats.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]