[pypy-commit] extradoc extradoc: (fijal, exarkun) twisted web related task

fijal noreply at buildbot.pypy.org
Thu Mar 8 06:05:17 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r4137:eedec4bf6e81
Date: 2012-03-07 21:04 -0800
http://bitbucket.org/pypy/extradoc/changeset/eedec4bf6e81/

Log:	(fijal, exarkun) twisted web related task

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -74,6 +74,9 @@
 - optimize arraycopy also in the cases where one of the arrays is a virtual and
   short. This is seen a lot in translate.py
 
+- calling string equality does not automatically promote the argument to
+  a constant.
+
 
 PYTHON EXAMPLES
 ---------------


More information about the pypy-commit mailing list