[pypy-commit] pypy arm-backend-2: (arigo, bivab) remove gcremovetypeptr for the arm backend for now

bivab noreply at buildbot.pypy.org
Mon Nov 21 17:13:35 CET 2011


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r49627:2c3c610bb2de
Date: 2011-11-21 14:31 +0100
http://bitbucket.org/pypy/pypy/changeset/2c3c610bb2de/

Log:	(arigo, bivab) remove gcremovetypeptr for the arm backend for now

diff --git a/pypy/jit/backend/arm/runner.py b/pypy/jit/backend/arm/runner.py
--- a/pypy/jit/backend/arm/runner.py
+++ b/pypy/jit/backend/arm/runner.py
@@ -16,6 +16,9 @@
                  gcdescr=None):
         if gcdescr is not None:
             gcdescr.force_index_ofs = FORCE_INDEX_OFS
+            # XXX for now the arm backend does not support the gcremovetypeptr
+            # translation option
+            assert gcdescr.config.translation.gcremovetypeptr is False
         AbstractLLCPU.__init__(self, rtyper, stats, opts,
                                translate_support_code, gcdescr)
     def setup(self):


More information about the pypy-commit mailing list