diff options
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r-- | gcc/doc/gty.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index cc46a61..b2214b8 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -666,7 +666,7 @@ The GCC build tree is needed to be present in that mode. The GCC garbage collector GGC is only invoked explicitly. In contrast with many other garbage collectors, it is not implicitly invoked by allocation routines when a lot of memory has been consumed. So the -only way to have GGC reclaim storage it to call the @code{ggc_collect} +only way to have GGC reclaim storage is to call the @code{ggc_collect} function explicitly. This call is an expensive operation, as it may have to scan the entire heap. Beware that local variables (on the GCC call stack) are not followed by such an invocation (as many other |