diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2019-02-09 12:14:13 +0100 |
---|---|---|
committer | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2019-02-09 12:14:13 +0100 |
commit | 3d745530f9456c9e67ba6c77d35c39e02a804c12 (patch) | |
tree | 4f0db719d62d2b2a24b5a550a89100fc02f83ff1 /TODO | |
parent | remove dead code (diff) | |
download | pypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.tar.gz pypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.tar.bz2 pypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.zip |
update TODO
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ * find a better way to run "find" without creating the index storage, - if one is not already readily available -* write the correct jit_elidable in _get_index_storage + if one is not already readily available (understand cost now, improve after merge) +* write the correct jit_elidable in _get_index_storage (Armin) * improve performance of splitlines -* make sure we review all the places that call ord(unichr) to check for ValueErrors -* Find a more elegant way to define MAXUNICODE in rpython/rlib/runicode.py +* stop using runicode/unicode and move MAXUNICODE to rutf8 (Matti) +* think about cost of utf8 list strategy (Armin and CF) |