aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-11-20 23:33:49 +0000
committerEdmund Grimley Evans <Edmund.Grimley.Evans@gmail.com>2015-11-20 23:33:49 +0000
commit3ff77a1d6fbcf08fc6964e8149d188c791cb7f16 (patch)
tree6ed2fa4f0810adeefa17e93489fd780f6c5100d6 /TODO
parentc7067aeb844f5421f2256164cbe59bc625d52c25 (diff)
downloadtinycc-3ff77a1d6fbcf08fc6964e8149d188c791cb7f16.tar.gz
tinycc-3ff77a1d6fbcf08fc6964e8149d188c791cb7f16.tar.bz2
Improve constant propagation with "&&" and "||".
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index ea57823..ffe4ad1 100644
--- a/TODO
+++ b/TODO
@@ -68,7 +68,6 @@ Not critical:
to suppress VT_LOCAL and use a base register instead).
- interactive mode / integrated debugger
- fix preprocessor symbol redefinition
-- better constant opt (&&, ||, ?:)
- add portable byte code generator and interpreter for other
unsupported architectures.
- C++: variable declaration in for, minimal 'class' support.