[pypy-svn] r67631 - pypy/branch/spine-of-frames/pypy/module/pypyjit

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Sep 10 19:53:15 CEST 2009


Author: cfbolz
Date: Thu Sep 10 19:53:15 2009
New Revision: 67631

Modified:
   pypy/branch/spine-of-frames/pypy/module/pypyjit/interp_jit.py
Log:
add comment


Modified: pypy/branch/spine-of-frames/pypy/module/pypyjit/interp_jit.py
==============================================================================
--- pypy/branch/spine-of-frames/pypy/module/pypyjit/interp_jit.py	(original)
+++ pypy/branch/spine-of-frames/pypy/module/pypyjit/interp_jit.py	Thu Sep 10 19:53:15 2009
@@ -53,6 +53,8 @@
 
 def leave(next_instr, pycode, frame, ec):
     from pypy.interpreter.executioncontext import ExecutionContext
+    # can't use a method here, since this function is seen later than the main
+    # annotation
     ExecutionContext._jit_rechain_frame(ec, frame)
 
 class PyPyJitDriver(JitDriver):



More information about the Pypy-commit mailing list