[pypy-svn] r66725 - pypy/branch/pyjitpl5/pypy/jit/metainterp

arigo at codespeak.net arigo at codespeak.net
Sat Aug 1 20:48:08 CEST 2009


Author: arigo
Date: Sat Aug  1 20:48:08 2009
New Revision: 66725

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
   pypy/branch/pyjitpl5/pypy/jit/metainterp/resume.py
Log:
Update TODO.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	Sat Aug  1 20:48:08 2009
@@ -2,9 +2,7 @@
 
 * support floats
 
-* fix bugs in virtualizables, but think first
-
-* kill empty pairs setup_exception_block/teardown_exception_block
+* virtualizables: fix 'test_external_read_sometimes'
 
 * long term: memory management of the compiled code (free old code)
 

Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/resume.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/resume.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/resume.py	Sat Aug  1 20:48:08 2009
@@ -7,7 +7,7 @@
 # because it needs to support optimize.py which encodes virtuals with
 # arbitrary cycles.
 
-# XXX I guess that building the data so that it is compact as possible
+# XXX I guess that building the data so that it is as compact as possible
 # on the 'storage' object would be a big win.
 
 



More information about the Pypy-commit mailing list