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

fijal at codespeak.net fijal at codespeak.net
Fri Nov 13 10:43:06 CET 2009


Author: fijal
Date: Fri Nov 13 10:43:06 2009
New Revision: 69247

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Add a task we know we won't handle on a sprint


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Fri Nov 13 10:43:06 2009
@@ -19,6 +19,8 @@
 
 - think about code memory management
 
+- forcing virtualizables should only force fields affected, not everything
+
 Python interpreter:
 
 - goal: on average <=5 guards per original bytecode
@@ -26,7 +28,6 @@
 - raising an exception tends to escape frames, due to the traceback capturing
 - prevent jitting really general */** calls
 
-
 - improve test running, compile only once
 
 - module/__builtin__/app_inspect.py forces frames for globals() and locals().



More information about the Pypy-commit mailing list