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

agaynor at codespeak.net agaynor at codespeak.net
Tue Feb 23 21:37:18 CET 2010


Author: agaynor
Date: Tue Feb 23 21:37:16 2010
New Revision: 71440

Modified:
   pypy/extradoc/planning/jit.txt
Log:
Remove a note about str.lower, it's now as fast as we can get.

Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Feb 23 21:37:16 2010
@@ -68,7 +68,6 @@
      module/_codecs/app_codecs.py. Are such things not jitted?
    - the tokenizer uses regular expressions and generators, which probably
      doesn't help
-   - calls str.lower a lot
 
  - spambayes
    - uses regular expressions and generators a lot



More information about the Pypy-commit mailing list