[pypy-svn] r52883 - pypy/branch/jit-hotpath/pypy/module/pypyjit

arigo at codespeak.net arigo at codespeak.net
Mon Mar 24 12:37:39 CET 2008


Author: arigo
Date: Mon Mar 24 12:37:38 2008
New Revision: 52883

Modified:
   pypy/branch/jit-hotpath/pypy/module/pypyjit/interp_jit.py
Log:
Remove outdated comment.


Modified: pypy/branch/jit-hotpath/pypy/module/pypyjit/interp_jit.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/module/pypyjit/interp_jit.py	(original)
+++ pypy/branch/jit-hotpath/pypy/module/pypyjit/interp_jit.py	Mon Mar 24 12:37:38 2008
@@ -1,10 +1,6 @@
 """This is not the JIT :-)
 
-The pypyjit module helpers set the 'jit_enable' flag on code objects.
-The code below makes two identical copies of the interpreter's main
-loop, and the flag controls which of them is used.  One of them
-(dispatch_jit) is transformed to become a JIT by code elsewhere:
-pypy/jit/*
+This is transformed to become a JIT by code elsewhere: pypy/jit/*
 """
 import py
 import sys



More information about the Pypy-commit mailing list