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

fijal at codespeak.net fijal at codespeak.net
Thu Jul 29 15:44:57 CEST 2010


Author: fijal
Date: Thu Jul 29 15:44:55 2010
New Revision: 76391

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Add another task, but someone should overlook that file, it's already
too messy :(


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Thu Jul 29 15:44:55 2010
@@ -95,8 +95,11 @@
 
 Python interpreter:
 
+- CALL_METHOD optimization only works for calls with no keyword args. This
+  is silly and slows down things quite a bit.
+
 - goal: on average <=5 guards per original bytecode.
-  Almost achieved :-) pypy/jit/tool/otherviewer.py can view where we're
+  Almost achieved :-) pypy/jit/tool/traceviewer.py can view where we're
   failing (red boxes out of jit-log-opt logging)
 
 - put the class into the structure to get only one promote when using an



More information about the Pypy-commit mailing list