diff options
author | Teddy <[email protected]> | 2014-05-04 22:04:03 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2014-05-04 22:04:03 +0800 |
commit | d44c79c26afd6945d912a4a3423038a5a4594138 (patch) | |
tree | 8da2ef82863d0db267af29460af0cabef48258f8 | |
parent | e5eeded8449f55c64f6508b30fecf71b7160a953 (diff) |
...
-rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ Features - Complex cast support (``(int (*)())addr``, ``(int (*)[10])addr``, etc.) - ``typedef`` support (together with complex decl) - Forward declaration +- Real Single Static Assignment (with dominator frontier, renaming, interval + building and registor allocation algorithm) - Sophisticated semantic checking - Small memory footprint - Sophisticated error reporting |