diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-04-20 16:18:56 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-04-20 16:18:56 +0200 |
commit | 2781d32ebd97fe0c93cb1b428c8b85ae0f23515e (patch) | |
tree | a897b443172d1f700845f599a42aabc86ab9cbcf /open_issues/boehm_gc.mdwn | |
parent | 8508709d37f0bcccc8a97d3c97f4780c85b8ac5b (diff) | |
download | web-2781d32ebd97fe0c93cb1b428c8b85ae0f23515e.tar.gz web-2781d32ebd97fe0c93cb1b428c8b85ae0f23515e.tar.bz2 web-2781d32ebd97fe0c93cb1b428c8b85ae0f23515e.zip |
open_issues/gcc: a050099a416f013bda35832b878d9a57b0cbb231 (gcc-6-branch branch point; 2016-04-15)
Diffstat (limited to 'open_issues/boehm_gc.mdwn')
-rw-r--r-- | open_issues/boehm_gc.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/open_issues/boehm_gc.mdwn b/open_issues/boehm_gc.mdwn index 7f80e8f7..56427f84 100644 --- a/open_issues/boehm_gc.mdwn +++ b/open_issues/boehm_gc.mdwn @@ -106,6 +106,9 @@ Last reviewed up to Git commit d6c34577eeaba37ff08998d18676531082c040b6 # define USE_MMAP_ANON #endif + * `[Hurd] Use mmap instead of sbrk`, + <https://github.com/ivmai/bdwgc/pull/95>. + * TODO #if defined(GC_LINUX_THREADS) && defined(REDIRECT_MALLOC) @@ -223,6 +226,9 @@ Last reviewed up to Git commit d6c34577eeaba37ff08998d18676531082c040b6 * Where does our `GETPAGESIZE` come from? Should we `#include <unistd.h>` like it is done for *LINUX*? + * `[Hurd] Use mmap instead of sbrk`, + <https://github.com/ivmai/bdwgc/pull/95>. + * `include/gc_pthread_redirects.h` * TODO @@ -280,6 +286,8 @@ Last reviewed up to Git commit d6c34577eeaba37ff08998d18676531082c040b6 * `mmap`, b64dd3bc1e5a23e677c96b478d55648a0730ab75 + This is (still) stale/redundant/unused, as far as I can tell. + * `parallel mark`, 07c2b8e455c9e70d1f173475bbf1196320812154, pass `--disable-parallel-mark` or enable for us, too? |