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

lauras@gcc.gnu.org lauras@gcc.gnu.org
Wed May 26 11:24:00 GMT 2010


Author: lauras
Date: Wed May 26 11:24:42 2010
New Revision: 159863

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=159863
Log:
2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-zone.c: Update copyright year.
	(poison_region): Mark memory for Valgrind as undefined before
	memset () call and inaccessible afterwards.
	(ggc_pch_total_size): Change type of i to int.

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-common.c (ggc_free_overhead): Allow empty slot.

2010-05-26  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

	* ggc-common.c: Update copyright year.
	(ggc_rlimit_bound): Remove prototype.  Compile only if
	!ENABLE_GC_CHECKING && !ENABLE_GC_ALWAYS_COLLECT.
	(ggc_min_heapsize_heuristic): Compile only if !ENABLE_GC_CHECKING
	&& !ENABLE_GC_ALWAYS_COLLECT.  Make static.
	(ggc_min_heapsize_heuristic): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/ggc-common.c
    trunk/gcc/ggc-zone.c



More information about the Gcc-cvs mailing list