Author: Maciej Fijalkowski <[email protected]> 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 --------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
