[pypy-commit] pypy jitframe-on-heap: this is nonsense

fijal noreply at buildbot.pypy.org
Wed Jan 30 13:29:12 CET 2013


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: jitframe-on-heap
Changeset: r60725:a6da35e6d791
Date: 2013-01-30 14:21 +0200
http://bitbucket.org/pypy/pypy/changeset/a6da35e6d791/

Log:	this is nonsense

diff --git a/rpython/jit/backend/llsupport/gc.py b/rpython/jit/backend/llsupport/gc.py
--- a/rpython/jit/backend/llsupport/gc.py
+++ b/rpython/jit/backend/llsupport/gc.py
@@ -139,7 +139,6 @@
         """ Allocate a new frame, overwritten by tests
         """
         frame = jitframe.JITFRAME.allocate(frame_info)
-        llop.gc_assume_young_pointers(lltype.Void, frame)
         return frame
 
 class JitFrameDescrs:


More information about the pypy-commit mailing list