[pypy-svn] r52729 - pypy/branch/jit-hotpath/pypy/jit/timeshifter

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Mar 19 17:19:21 CET 2008


Author: cfbolz
Date: Wed Mar 19 17:19:19 2008
New Revision: 52729

Modified:
   pypy/branch/jit-hotpath/pypy/jit/timeshifter/rcontainer.py
Log:
(cfbolz, arigo)  Translation fix.


Modified: pypy/branch/jit-hotpath/pypy/jit/timeshifter/rcontainer.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/timeshifter/rcontainer.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/timeshifter/rcontainer.py	Wed Mar 19 17:19:19 2008
@@ -70,6 +70,7 @@
                     materialize
                     devirtualize
                     allocate populate
+                    allocate_varsize
                  """.split()
                             
 



More information about the Pypy-commit mailing list