Author: David Schneider <[email protected]>
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):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to