diff options
author | Diego Novillo <dnovillo@google.com> | 2013-01-24 10:13:46 -0500 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2013-01-24 10:13:46 -0500 |
commit | cd030c079e5e42fe3f49261fe01f384e6b7f0111 (patch) | |
tree | 34d4eb3cfee54bbc5c75bfb073ac74fea18fdc6d /gcc/doc/install.texi | |
parent | a861ffa4f3272dd7b87e68d5e2a5876cde3f63c3 (diff) | |
download | gcc-cd030c079e5e42fe3f49261fe01f384e6b7f0111.tar.gz |
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.
From-SVN: r195426
Diffstat (limited to 'gcc/doc/install.texi')
-rw-r--r-- | gcc/doc/install.texi | 6 |
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), |