[pypy-svn] r32923 - pypy/dist/pypy/doc/discussion

antocuni at codespeak.net antocuni at codespeak.net
Thu Oct 5 23:05:58 CEST 2006


Author: antocuni
Date: Thu Oct  5 23:05:57 2006
New Revision: 32923

Modified:
   pypy/dist/pypy/doc/discussion/cli-optimizations.txt
Log:
A note about a possible optimization that seems not to work.



Modified: pypy/dist/pypy/doc/discussion/cli-optimizations.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/cli-optimizations.txt	(original)
+++ pypy/dist/pypy/doc/discussion/cli-optimizations.txt	Thu Oct  5 23:05:57 2006
@@ -193,6 +193,12 @@
 we could directly refactor ootypesystem.rdict for doing a single
 lookup.
 
+XXX
+I tried it on revision 32917 and performance are slower! I don't know
+why, but pypy.net pystone.py is slower by 17%, and pypy.net
+richards.py is slower by 71% (!!!). I don't know why, need to be
+investigated further.
+
 
 Optimize StaticMethod
 ---------------------



More information about the Pypy-commit mailing list