Author: Armin Rigo <ar...@tunes.org> Branch: jitframe-on-heap Changeset: r60658:6a2167ae591e Date: 2013-01-29 10:35 +0100 http://bitbucket.org/pypy/pypy/changeset/6a2167ae591e/
Log: Comment diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport/llmodel.py --- a/rpython/jit/backend/llsupport/llmodel.py +++ b/rpython/jit/backend/llsupport/llmodel.py @@ -60,6 +60,7 @@ assert size <= frame.jf_frame_info.jfi_frame_depth new_frame = jitframe.JITFRAME.allocate(frame.jf_frame_info) # XXX now we know, rewrite this + # YYY it doesn't matter at all, it's fine that way too # we need to do this, because we're not sure what things # are GC pointers and which ones are not llop.gc_writebarrier_before_copy(lltype.Bool, frame, new_frame, _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit