diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-14 09:08:43 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-14 09:08:43 +0200 |
commit | dc21641380f66995360d8ba91efccb471f5bad51 (patch) | |
tree | 5d206ced5c27e12a66e59cdee3fe0ccfa67bf3fd /open_issues/gcc.mdwn | |
parent | 8ab1f36ed9758ea4004e34ff1026bb8639de97be (diff) | |
download | web-dc21641380f66995360d8ba91efccb471f5bad51.tar.gz web-dc21641380f66995360d8ba91efccb471f5bad51.tar.bz2 web-dc21641380f66995360d8ba91efccb471f5bad51.zip |
open_issues/gcc: Boehm GC now somewhat tested.
Diffstat (limited to 'open_issues/gcc.mdwn')
-rw-r--r-- | open_issues/gcc.mdwn | 43 |
1 files changed, 0 insertions, 43 deletions
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 <!-- |