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

fijal at codespeak.net fijal at codespeak.net
Thu Mar 11 20:09:17 CET 2010


Author: fijal
Date: Thu Mar 11 20:09:16 2010
New Revision: 72130

Modified:
   pypy/extradoc/planning/jit.txt
Log:
try to be more verbose


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Thu Mar 11 20:09:16 2010
@@ -35,6 +35,8 @@
 
   this will compile new assembler path for each new type, even though that's
   overspecialization since in this particular case it's not relevant.
+  This is treated as a megamorphic call (promotion of w_self in typeobject.py)
+  while in fact it is not.
 
 Python interpreter:
 



More information about the Pypy-commit mailing list