OSDN Git Service

2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
authorlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 11:24:42 +0000 (11:24 +0000)
committerlauras <lauras@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 2010 11:24:42 +0000 (11:24 +0000)
commit9ca7413c669b596357aeb3dc8867ddaa0041fe50
tree37c08416aaec00456b907de173556f4632bab3b8
parentcdd0ea3715bb9da8433f4c9c80909025235d637a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159863 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ggc-common.c
gcc/ggc-zone.c