Improve constant propagation with "&&" and "||".

This commit is contained in:
Edmund Grimley Evans
2015-11-20 23:33:49 +00:00
parent c7067aeb84
commit 3ff77a1d6f
3 changed files with 58 additions and 52 deletions

1
TODO
View File

@ -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.