[pypy-svn] r65261 - pypy/branch/pyjitpl5/pypy/jit/backend/x86

arigo at codespeak.net arigo at codespeak.net
Thu May 14 11:43:21 CEST 2009


Author: arigo
Date: Thu May 14 11:43:21 2009
New Revision: 65261

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/TODO
Log:
Update the TODO.


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/TODO
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/TODO	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/TODO	Thu May 14 11:43:21 2009
@@ -17,4 +17,4 @@
 * support root stack enumeration (at first, the easiest is probably to
   do it with asmgcc, which is good for performance :-)
 
-* support write_barriers (later; at first, we support the semispace gc only)
+* support write_barriers



More information about the Pypy-commit mailing list