[pypy-svn] r47261 - pypy/branch/kill-keepalives-again/pypy/rpython/memory/gctransform

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Oct 7 13:56:21 CEST 2007


Author: cfbolz
Date: Sun Oct  7 13:56:21 2007
New Revision: 47261

Modified:
   pypy/branch/kill-keepalives-again/pypy/rpython/memory/gctransform/transform.py
Log:
make sure that setinteriorfield is transformed correctly


Modified: pypy/branch/kill-keepalives-again/pypy/rpython/memory/gctransform/transform.py
==============================================================================
--- pypy/branch/kill-keepalives-again/pypy/rpython/memory/gctransform/transform.py	(original)
+++ pypy/branch/kill-keepalives-again/pypy/rpython/memory/gctransform/transform.py	Sun Oct  7 13:56:21 2007
@@ -321,9 +321,7 @@
         else:
             hop.rename('bare_' + hop.spaceop.opname)
     gct_setarrayitem = gct_setfield
-
-    #def gct_safe_call(self, hop):
-    #    hop.rename("direct_call")
+    gct_setinteriorfield = gct_setfield
 
     def gct_zero_gc_pointers_inside(self, hop):
         pass



More information about the Pypy-commit mailing list