[pypy-svn] r80223 - pypy/extradoc/planning

arigo at codespeak.net arigo at codespeak.net
Wed Jan 19 19:19:03 CET 2011


Author: arigo
Date: Wed Jan 19 19:19:01 2011
New Revision: 80223

Modified:
   pypy/extradoc/planning/jit.txt
Log:
(fijal, arigo) mention geninterp

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Jan 19 19:19:01 2011
@@ -37,6 +37,9 @@
 
 - support casting from Signed to an opaque pointer
 
+- geninterp fun :-(  geninterp'ed functions are not JITted,
+  unlike plain app-level functions.  How about we just kill geninterp?
+
 OPTIMIZATIONS
 -------------
 



More information about the Pypy-commit mailing list