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

fijal at codespeak.net fijal at codespeak.net
Fri Oct 30 11:51:40 CET 2009


Author: fijal
Date: Fri Oct 30 11:51:39 2009
New Revision: 68853

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Mention recent observation


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Fri Oct 30 11:51:39 2009
@@ -38,6 +38,8 @@
 
 - improve test running, compile only once
 
+- module/__builtin__/app_inspect.py forces frames for globals() and locals().
+  It's a horrible idea, should be fixed (and rest reviewed).
 
 META
 -----



More information about the Pypy-commit mailing list