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

agaynor at codespeak.net agaynor at codespeak.net
Wed Jan 12 14:16:45 CET 2011


Author: agaynor
Date: Wed Jan 12 14:16:43 2011
New Revision: 80207

Modified:
   pypy/extradoc/planning/jit.txt
Log:
A new task!  DOn't call space.id() all over the place.


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Wed Jan 12 14:16:43 2011
@@ -83,6 +83,8 @@
   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.
+
 - xxx (find more examples :-)
 
 BACKEND TASKS



More information about the Pypy-commit mailing list