aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2019-02-09 12:14:13 +0100
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2019-02-09 12:14:13 +0100
commit3d745530f9456c9e67ba6c77d35c39e02a804c12 (patch)
tree4f0db719d62d2b2a24b5a550a89100fc02f83ff1 /TODO
parentremove dead code (diff)
downloadpypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.tar.gz
pypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.tar.bz2
pypy-3d745530f9456c9e67ba6c77d35c39e02a804c12.zip
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5ae5e17282..68e50df02c 100644
--- a/TODO
+++ b/TODO
@@ -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)