summaryrefslogtreecommitdiff
path: root/open_issues/boehm_gc.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-06-14 09:08:43 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-06-14 09:08:43 +0200
commitdc21641380f66995360d8ba91efccb471f5bad51 (patch)
tree5d206ced5c27e12a66e59cdee3fe0ccfa67bf3fd /open_issues/boehm_gc.mdwn
parent8ab1f36ed9758ea4004e34ff1026bb8639de97be (diff)
open_issues/gcc: Boehm GC now somewhat tested.
Diffstat (limited to 'open_issues/boehm_gc.mdwn')
-rw-r--r--open_issues/boehm_gc.mdwn3
1 files changed, 3 insertions, 0 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).