diff options
author | Teddy <[email protected]> | 2014-05-07 02:35:26 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-07 02:35:26 +0800 |
commit | d3cea3654c2392154cee027903d126f41b679c87 (patch) | |
tree | b279455a751d18480956eb6295d2f1134c78e21b | |
parent | 44a8fd7f007ab5b135677255c0f8c5e749ab638c (diff) |
...
-rw-r--r-- | README.rst | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,8 @@ Features - ``typedef`` support (together with complex decl) - Forward declaration - Real Single Static Assignment (with dominator frontier, renaming, interval - building and registor allocation algorithm) + building and register allocation algorithm) +- Safe and conservative CSE (common subexpression elimination) - Sophisticated semantic checking - Small memory footprint - Sophisticated error reporting |