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

arigo at codespeak.net arigo at codespeak.net
Tue May 12 11:35:35 CEST 2009


Author: arigo
Date: Tue May 12 11:35:34 2009
New Revision: 65251

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/x86/TODO
Log:
A problem I naively overlooked.


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	Tue May 12 11:35:34 2009
@@ -19,4 +19,7 @@
 * support root stack enumeration (at first, the easiest is probably to
   do it with asmgcc, which is good for performance :-)
 
+* what to do about all ConstPtrs that end up embedded in the assembler?
+  annoying with a moving GC
+
 * support write_barriers (later; at first, we support the semispace gc only)



More information about the Pypy-commit mailing list