]> git.ipfire.org Git - thirdparty/gcc.git/commit
ggc-common.c: Update pre-function commentary.
authorRichard Henderson <rth@cygnus.com>
Sat, 30 Oct 1999 21:36:13 +0000 (14:36 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 30 Oct 1999 21:36:13 +0000 (14:36 -0700)
commitcb2ec1510d0661c159a0405c8e1791ff986d8b28
treec179cab27ce27f6172b9dfdffd3e669d553f80f3
parente225758aeea3737865fc2341560d5c3f7ddf3d52
ggc-common.c: Update pre-function commentary.

* ggc-common.c: Update pre-function commentary.
* ggc-page.c: Likewise.
(poison): Remove.
(poison_pages): Use memset directly.
(ggc_alloc_obj): Likewise.  Use a different pattern than poison_pages.
(ggc_collect): Poison before sweeping.
* ggc-simple.c: Update pre-function commentary.
(ggc_alloc_obj): Poison non-zeroed memory.

From-SVN: r30275
gcc/ChangeLog
gcc/ggc-common.c
gcc/ggc-page.c
gcc/ggc-simple.c