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

fijal at codespeak.net fijal at codespeak.net
Thu Mar 11 20:08:24 CET 2010


Author: fijal
Date: Thu Mar 11 20:08:22 2010
New Revision: 72129

Modified:
   pypy/extradoc/planning/jit.txt
Log:
mention an item


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Thu Mar 11 20:08:22 2010
@@ -29,6 +29,13 @@
 - int_add_ovf(x, 0) guard_overflow is 20% of all int_add_ovf, not much
   overall, but probably worth attacking
 
+- think about such example:
+
+  http://paste.pocoo.org/show/188520/
+
+  this will compile new assembler path for each new type, even though that's
+  overspecialization since in this particular case it's not relevant.
+
 Python interpreter:
 
 - goal: on average <=5 guards per original bytecode.



More information about the Pypy-commit mailing list