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

fijal at codespeak.net fijal at codespeak.net
Tue Feb 23 00:22:43 CET 2010


Author: fijal
Date: Tue Feb 23 00:22:42 2010
New Revision: 71428

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Another issue


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Feb 23 00:22:42 2010
@@ -44,6 +44,12 @@
   we know exceptions don't use that. Also modules don't use this, I don't
   know why.
 
+- this example: http://paste.pocoo.org/show/181319/
+  showcases a problem that works fine as long as you not present a
+  combination of oldstyle and newstyle classes. If you however present
+  a combination of old and newstyle classes (try modifying) things go
+  far slower and traces look bad.
+
 - pypy-c-jit translate.py fails sometimes. Look into that
   [Check if there are no failing applevel tests also]
 



More information about the Pypy-commit mailing list