[pypy-commit] pypy continulet-jit-3: leave a comment here, next step

fijal noreply at buildbot.pypy.org
Fri Oct 19 22:08:42 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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,


More information about the pypy-commit mailing list