[pypy-svn] r10142 - pypy/dist/pypy/interpreter

tismer at codespeak.net tismer at codespeak.net
Sun Mar 27 22:35:49 CEST 2005


Author: tismer
Date: Sun Mar 27 22:35:49 2005
New Revision: 10142

Modified:
   pypy/dist/pypy/interpreter/gateway.py
Log:
reverted an unwanted checkin.
applevel is going to be overrridden by applevelinterp,
but before, circularities in pyframe/pyopcode have to
be resolved. We also need to cache generatedcode, since
flowgraphing costs a lot of time during startup.

Modified: pypy/dist/pypy/interpreter/gateway.py
==============================================================================
--- pypy/dist/pypy/interpreter/gateway.py	(original)
+++ pypy/dist/pypy/interpreter/gateway.py	Sun Mar 27 22:35:49 2005
@@ -559,7 +559,7 @@
         return w_glob
 
 # comment this out to check against applevel without translation
-applevel = applevelinterp
+##applevel = applevelinterp
 
 ## XXX there is a problem with the naming convention of app_xxx not allowed
 ## for interp2app! What shall we do?



More information about the Pypy-commit mailing list