Author: Maciej Fijalkowski <[email protected]>
Branch: gc_no_cleanup_nursery
Changeset: r73704:0fa03688e385
Date: 2014-09-25 15:28 +0200
http://bitbucket.org/pypy/pypy/changeset/0fa03688e385/

Log:    boehm zeros memory

diff --git a/rpython/memory/gctransform/boehm.py 
b/rpython/memory/gctransform/boehm.py
--- a/rpython/memory/gctransform/boehm.py
+++ b/rpython/memory/gctransform/boehm.py
@@ -123,6 +123,12 @@
                            resulttype=llmemory.WeakRefPtr)
         hop.cast_result(v_wref)
 
+    def gct_zero_everything_inside(self, hop):
+        pass
+
+    def gct_zero_gc_pointers_inside(self, hop):
+        pass
+
     def gct_weakref_deref(self, hop):
         v_wref, = hop.spaceop.args
         v_addr = hop.genop("direct_call",
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to