Author: edelsohn
Branch: ppc-jit-backend
Changeset: r52475:8a1db6056b87
Date: 2012-02-14 15:34 -0500
http://bitbucket.org/pypy/pypy/changeset/8a1db6056b87/

Log:    Comment out gcremovetypeptr assert that now succeeds.

diff --git a/pypy/jit/backend/ppc/runner.py b/pypy/jit/backend/ppc/runner.py
--- a/pypy/jit/backend/ppc/runner.py
+++ b/pypy/jit/backend/ppc/runner.py
@@ -32,7 +32,7 @@
             gcdescr.force_index_ofs = FORCE_INDEX_OFS
             # XXX for now the ppc backend does not support the gcremovetypeptr
             # translation option
-            assert gcdescr.config.translation.gcremovetypeptr is False
+            # assert gcdescr.config.translation.gcremovetypeptr is False
         AbstractLLCPU.__init__(self, rtyper, stats, opts,
                                translate_support_code, gcdescr)
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to