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

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Feb 2 10:27:42 CET 2010


Author: cfbolz
Date: Tue Feb  2 10:27:41 2010
New Revision: 71048

Modified:
   pypy/extradoc/planning/jit.txt
Log:
looked at the ai benchmarks, it is purely about generators


Modified: pypy/extradoc/planning/jit.txt
==============================================================================
--- pypy/extradoc/planning/jit.txt	(original)
+++ pypy/extradoc/planning/jit.txt	Tue Feb  2 10:27:41 2010
@@ -62,6 +62,9 @@
  - spambayes
    - uses regular expressions and generators a lot
 
+ - ai
+   - the slowness is the fault of generators and generator expressions
+
 
 
 JIT-related Release Tasks



More information about the Pypy-commit mailing list