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

agaynor at codespeak.net agaynor at codespeak.net
Wed Jan 12 23:01:04 CET 2011


Author: agaynor
Date: Wed Jan 12 23:01:01 2011
New Revision: 80208

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Added an item about super().


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Jan 12 23:01:01 2011
@@ -85,6 +85,8 @@
 
 - Optimize default __eq__ and __ne__ to not call space.id() on things.
 
+- let super() work with the method cache.
+
 - xxx (find more examples :-)
 
 BACKEND TASKS



More information about the Pypy-commit mailing list