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

arigo at codespeak.net arigo at codespeak.net
Tue Apr 28 16:24:01 CEST 2009


Author: arigo
Date: Tue Apr 28 16:24:01 2009
New Revision: 64781

Modified:
   pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
Log:
An item to remember it for the future.


Modified: pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/metainterp/TODO	Tue Apr 28 16:24:01 2009
@@ -10,3 +10,5 @@
 * fix bugs in virtualizables, but think first
 
 * kill empty pairs setup_exception_block/teardown_exception_block
+
+* long term: memory management of the compiled code (free old code)



More information about the Pypy-commit mailing list