[pypy-svn] r52502 - pypy/branch/jit-hotpath/pypy/jit/rainbow

arigo at codespeak.net arigo at codespeak.net
Fri Mar 14 15:52:07 CET 2008


Author: arigo
Date: Fri Mar 14 15:52:06 2008
New Revision: 52502

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py
Log:
This comment is outdated.


Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py	Fri Mar 14 15:52:06 2008
@@ -223,9 +223,6 @@
                         args = e.args
                         self.interpreter.debug_trace("fb_leave", *args)
                         check_for_immediate_reentry = e.seen_can_enter_jit
-                        # ^^^ but should depend on whether the fallback
-                        # interpreter reached a can_enter_jit() or just
-                        # the jit_merge_point()
 
             portal_runner_ptr = lltype.functionptr(PORTALFUNC, 'portal_runner',
                                                    _callable = portal_runner)



More information about the Pypy-commit mailing list