diff options
author | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-15 22:35:16 +0100 |
commit | a22c1f444fa76cc06fee1ae31c79986e9c3b459f (patch) | |
tree | 2226d8cc4813b7b38988d14309ff603c60ff19c2 /todo.txt | |
parent | c98696d7428346b53c8998bf8fab77fe08830e2e (diff) | |
download | Nim-a22c1f444fa76cc06fee1ae31c79986e9c3b459f.tar.gz |
fixes #271
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index b162812bc..f5e6d8092 100755 --- a/todo.txt +++ b/todo.txt @@ -87,6 +87,7 @@ GC Optimizations ============= +- optimize 'if' with a constant condition - escape analysis for string/seq seems to be easy to do too; even further write barrier specialization - inlining of first class functions |