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

agaynor at codespeak.net agaynor at codespeak.net
Mon Jan 17 05:42:26 CET 2011


Author: agaynor
Date: Mon Jan 17 05:42:24 2011
New Revision: 80214

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Fixed.


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Mon Jan 17 05:42:24 2011
@@ -83,8 +83,6 @@
   instruction "read high-perf time stamp".  The dict lookups done by
   cProfile should be folded away.
 
-- Optimize default __eq__ and __ne__ to not call space.id() on things.
-
 - let super() work with the method cache.
 
 - xxx (find more examples :-)



More information about the Pypy-commit mailing list