[pypy-svn] r69472 - pypy/branch/compress-virtuals-resumedata/pypy/jit/metainterp

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Nov 20 17:22:39 CET 2009


Author: cfbolz
Date: Fri Nov 20 17:22:38 2009
New Revision: 69472

Modified:
   pypy/branch/compress-virtuals-resumedata/pypy/jit/metainterp/pyjitpl.py
Log:
(cfbolz, pedronis) xxx about current issue, needs testing

Modified: pypy/branch/compress-virtuals-resumedata/pypy/jit/metainterp/pyjitpl.py
==============================================================================
--- pypy/branch/compress-virtuals-resumedata/pypy/jit/metainterp/pyjitpl.py	(original)
+++ pypy/branch/compress-virtuals-resumedata/pypy/jit/metainterp/pyjitpl.py	Fri Nov 20 17:22:38 2009
@@ -1622,6 +1622,7 @@
     def initialize_state_from_guard_failure(self, resumedescr, must_compile):
         # guard failure: rebuild a complete MIFrame stack
         self.in_recursion = -1 # always one portal around
+        # xxx now that we have holes all this is delicate xxx
         inputargs = self.load_values_from_failure(resumedescr)
         warmrunnerstate = self.staticdata.state
         if must_compile:



More information about the Pypy-commit mailing list