[pypy-svn] r65583 - pypy/branch/pyjitpl5-experiments/pypy/module/pypyjit

fijal at codespeak.net fijal at codespeak.net
Thu Jun 4 18:56:20 CEST 2009


Author: fijal
Date: Thu Jun  4 18:56:19 2009
New Revision: 65583

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/module/pypyjit/interp_jit.py
Log:
revert this to the state used by optimize.py


Modified: pypy/branch/pyjitpl5-experiments/pypy/module/pypyjit/interp_jit.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/module/pypyjit/interp_jit.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/module/pypyjit/interp_jit.py	Thu Jun  4 18:56:19 2009
@@ -17,7 +17,7 @@
 from pypy.interpreter.pyopcode import ExitFrame
 
 PyFrame._virtualizable2_ = True
-PyFrame._always_virtual_ = ['valuestack_w', 'valuestackdepth']
+PyFrame._always_virtual_ = ['valuestack_w', 'fastlocals_w']
 
 class PyPyJitDriver(JitDriver):
     reds = ['frame', 'ec']



More information about the Pypy-commit mailing list