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

fijal at codespeak.net fijal at codespeak.net
Fri Feb 4 14:06:13 CET 2011


Author: fijal
Date: Fri Feb  4 14:06:12 2011
New Revision: 80284

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

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Fri Feb  4 14:06:12 2011
@@ -3,7 +3,7 @@
 
 * 25% slowdown on pyflate fast (Jan 29)
   - pyflate_fast uses python longs on 32bit
-  - some places don't create SmallLongs even when they should (like conts)
+  - some places don't create SmallLongs even when they should (like consts)
   - we end up with comparison of Longs and SmallLongs
 
 * 10% slowdown on spitfire (Feb 01)



More information about the Pypy-commit mailing list