[pypy-svn] r70537 - pypy/trunk/pypy/rlib

pedronis at codespeak.net pedronis at codespeak.net
Tue Jan 12 16:58:34 CET 2010


Author: pedronis
Date: Tue Jan 12 16:58:34 2010
New Revision: 70537

Modified:
   pypy/trunk/pypy/rlib/jit.py
Log:
clarify comment for the new tracing world

Modified: pypy/trunk/pypy/rlib/jit.py
==============================================================================
--- pypy/trunk/pypy/rlib/jit.py	(original)
+++ pypy/trunk/pypy/rlib/jit.py	Tue Jan 12 16:58:34 2010
@@ -87,8 +87,9 @@
 
 
 def we_are_jitted():
+    """ Considered as true during tracing and blackholing,
+    so its consquences are reflected into jitted code """
     return False
-# timeshifts to True
 
 _we_are_jitted = CDefinedIntSymbolic('0 /* we are not jitted here */',
                                      default=0)



More information about the Pypy-commit mailing list