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

arigo at codespeak.net arigo at codespeak.net
Mon Jul 27 15:46:01 CEST 2009


Author: arigo
Date: Mon Jul 27 15:46:00 2009
New Revision: 66653

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
Log:
A note: we are still missing threads.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	Mon Jul 27 15:46:00 2009
@@ -9,3 +9,5 @@
 * long term: memory management of the compiled code (free old code)
 
 * 'resume_info' should be shared (see pyjitpl.py)
+
+* support threads again



More information about the Pypy-commit mailing list