summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open_issues/boehm_gc.mdwn3
-rw-r--r--open_issues/gcc.mdwn43
2 files changed, 3 insertions, 43 deletions
diff --git a/open_issues/boehm_gc.mdwn b/open_issues/boehm_gc.mdwn
index 58b451b1..6ab39b2e 100644
--- a/open_issues/boehm_gc.mdwn
+++ b/open_issues/boehm_gc.mdwn
@@ -364,6 +364,9 @@ restults of GNU/Linux and GNU/Hurd look very similar.
* What are other applications to test Boehm GC? Also especially in
combination with [[/libpthread]] and dynamic loading of shared libraries?
+ * There are patches (apparently not committed) that GCC itself can use
+ it, too: <http://gcc.gnu.org/wiki/Garbage_collection_tuning>.
+
* There's been some talking about it on GNU guile mailing lists, and two
Git branches (2010-12-15: last change 2009-09).
diff --git a/open_issues/gcc.mdwn b/open_issues/gcc.mdwn
index 59b3570b..f54904c3 100644
--- a/open_issues/gcc.mdwn
+++ b/open_issues/gcc.mdwn
@@ -26,49 +26,6 @@ example. Especially all the compiler magic is all the same.
# [[Sources|source_repositories/gcc]]
-## Boehm GC
-
-GCC includes an own variant of [[/Boehm_GC]] that is based on an upstream
-version, but with own patches, etc. This is used for Java. (There are patches
-(apparently not committed) that GCC itself can use it, too:
-<http://gcc.gnu.org/wiki/Garbage_collection_tuning>.)
-
-Patches to GCC's fork should be contributed back to upstream [[/Boehm_GC]].
-
-[[tschwinge]] reviewed (but only briefly for large parts) the differences on
-2010-12-08, based on the [[GCC Git mirror's
-8e79e9d43f32c8852f068da91d655297d92ac0f4 (2010-11-29)
-sources|source_repositories/GCC]] and Boehm GC's CVS HEAD sources from
-2010-12-02, converted to [[Git, correspondingly
-1c2455988a8f59a5f83b986b9156f03be395b3b6|source_repositories/boehm_gc]].
-
-On 2010-11-17,
-[[tschwinge]] reviewed the Debian GCC Boehm GC changes, compared them to the
-upstream code, and put it into the local *hurd/boehm-gc/config_backport*
-branch, planning to submit it to gcc-patches after testing with the GCC
-testsuite.
-
- * Check
-
- * 02e191ba495b4ec87aeb961ff9afdb666287104a
-
- * ce062771587f6637ce09f79c36e24de691032919
-
- * a9cc177ef514d6eb39db72c82911fcea2cd70dba
-
- * 7b8d306d18986cd98808c9ed5d3a696a186dc213
-
- Looks generally OK.
-
- * a3a3fd06ae58af9591a95c94245809b0359289ff
-
- Looks OK.
-
- * fe5ef4a01870545d0344e670cd528ad096ebab1d
-
- OK.
-
-
# Configuration
<!--