aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorDiego Novillo <dnovillo@google.com>2013-01-24 15:13:46 +0000
committerDiego Novillo <dnovillo@google.com>2013-01-24 15:13:46 +0000
commitf320678e8b7d3542781abe44d8d07330b2a7f760 (patch)
tree34d4eb3cfee54bbc5c75bfb073ac74fea18fdc6d /gcc/doc
parent20649d66487117b78418afb1c6cc14b3a8237e9d (diff)
Remove zone allocator.
This patch removes the GC zone allocator. It is not used and it produces several regressions in the testsuite. Furthermore, it complicates things for the plan to implement manual GC markers (http://gcc.gnu.org/wiki/cxx-conversion/gc-alternatives#Do_GC_marking_manually). Tested on x86_64 with standard checking, --enable-checking=gc and --enable-checking=release. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@195426 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/install.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 8419ca27bc8..92bfc8bd396 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1523,12 +1523,6 @@ When this option is specified more detailed information on memory
allocation is gathered. This information is printed when using
@option{-fmem-report}.
-@item --with-gc
-@itemx --with-gc=@var{choice}
-With this option you can specify the garbage collector implementation
-used during the compilation process. @var{choice} can be one of
-@samp{page} and @samp{zone}, where @samp{page} is the default.
-
@item --enable-nls
@itemx --disable-nls
The @option{--enable-nls} option enables Native Language Support (NLS),