[pypy-svn] r78181 - pypy/branch/cleanup-dict-impl/pypy/jit/codewriter

arigo at codespeak.net arigo at codespeak.net
Thu Oct 21 18:05:06 CEST 2010


Author: arigo
Date: Thu Oct 21 18:05:05 2010
New Revision: 78181

Modified:
   pypy/branch/cleanup-dict-impl/pypy/jit/codewriter/jtransform.py
Log:
Support for pypy.rlib.rerased: uses cast_opaque_ptr.

Modified: pypy/branch/cleanup-dict-impl/pypy/jit/codewriter/jtransform.py
==============================================================================
--- pypy/branch/cleanup-dict-impl/pypy/jit/codewriter/jtransform.py	(original)
+++ pypy/branch/cleanup-dict-impl/pypy/jit/codewriter/jtransform.py	Thu Oct 21 18:05:05 2010
@@ -172,6 +172,7 @@
 
     def rewrite_op_same_as(self, op): pass
     def rewrite_op_cast_pointer(self, op): pass
+    def rewrite_op_cast_opaque_ptr(self, op): pass   # rlib.rerased
     def rewrite_op_cast_primitive(self, op): pass
     def rewrite_op_cast_bool_to_int(self, op): pass
     def rewrite_op_cast_bool_to_uint(self, op): pass



More information about the Pypy-commit mailing list