[pypy-commit] pypy quad-color-gc: Claim QCGC supports rweakref to make pypy executable useable

ntruessel pypy.commits at gmail.com
Sat Sep 3 04:32:11 EDT 2016


Author: Nicolas Truessel <ntruessel at njsm.de>
Branch: quad-color-gc
Changeset: r86853:9c2ceea892ed
Date: 2016-09-03 10:31 +0200
http://bitbucket.org/pypy/pypy/changeset/9c2ceea892ed/

Log:	Claim QCGC supports rweakref to make pypy executable useable

diff --git a/rpython/config/translationoption.py b/rpython/config/translationoption.py
--- a/rpython/config/translationoption.py
+++ b/rpython/config/translationoption.py
@@ -79,7 +79,7 @@
                               ("translation.gcrootfinder", "qcgc"),
                               ("translation.gcremovetypeptr", True),
                               ("translation.thread", False),
-                              ("translation.rweakref", False)],
+                              ("translation.rweakref", True)], # XXX
                      "minimark": [("translation.gctransformer", "framework")],
                      "incminimark": [("translation.gctransformer", "framework")],
                      },


More information about the pypy-commit mailing list