Author: Maciej Fijalkowski <[email protected]>
Branch: continulet-jit-3
Changeset: r58262:ca1ea67f544f
Date: 2012-10-19 22:08 +0200
http://bitbucket.org/pypy/pypy/changeset/ca1ea67f544f/

Log:    leave a comment here, next step

diff --git a/pypy/jit/metainterp/pyjitpl.py b/pypy/jit/metainterp/pyjitpl.py
--- a/pypy/jit/metainterp/pyjitpl.py
+++ b/pypy/jit/metainterp/pyjitpl.py
@@ -753,7 +753,8 @@
         jfdescr = jfdescrbox.getref_base()
         descr = cpu.jitframe_cast_jfdescr_to_descr(jfdescr)
         if not descr:
-            return
+            XXX # shall we simply force and abort here??? this is an equivalent
+            # of sys._getframe()
         resume.rebuild_virtualizable_from_resumedata(self.metainterp, descr,
                                                      vinfo, box, jfbox)
         self._opimpl_setfield_gc_any(box, vinfo.jit_frame_descr,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to