[pypy-svn] r64433 - pypy/branch/pyjitpl5-simplify/pypy/jit/metainterp
fijal at codespeak.net
fijal at codespeak.net
Mon Apr 20 05:09:56 CEST 2009
Author: fijal
Date: Mon Apr 20 05:09:53 2009
New Revision: 64433
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 Mon Apr 20 05:09:53 2009
@@ -1,15 +1,10 @@
-[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()
+* fix HashCollisionException, it appears in the wild
-* Optimization: bridges from interpreter to compiled code
+* do something about _weakref module, it's usually needed by everyone
+
+* look at some remaining crashes
* 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