[pypy-svn] r63664 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp

fijal at codespeak.net fijal at codespeak.net
Sun Apr 5 06:01:38 CEST 2009


Author: fijal
Date: Sun Apr  5 06:01:37 2009
New Revision: 63664

Modified:
   pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/TODO
Log:
update todo


Modified: pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/TODO
==============================================================================
--- pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/TODO	(original)
+++ pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp/TODO	Sun Apr  5 06:01:37 2009
@@ -1,6 +1,15 @@
 
+[fijal] I think following is done, please update
 * do something about not seeing a loop at all; maybe disable
   temporarily(?) recognizing foreign can_enter_jit()
 
 * Optimization: bridges from interpreter to compiled code
 
+* support floats
+
+* fix bugs in virtualizables, but think first
+
+* support unicode
+
+* support recursive portals (since we have support for all kinds of bridges,
+  seems to be rather straight-forward)
\ No newline at end of file



More information about the Pypy-commit mailing list