diff options
author | Alon Zakai <azakai@mozilla.com> | 2010-11-25 17:07:35 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2010-11-25 17:07:35 -0800 |
commit | 33426bffcb20f89890a4cef9258de430d6bf051c (patch) | |
tree | f3fd890475725e77ba64020209714a2a8e094981 /ChangeLog | |
parent | ffd139f1b84dd723e92f417d72957201dec6ceb9 (diff) |
version 0.6
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-11-25: Version 0.6 + + * Web demos: Lua and Bullet/WebGL + * SAFE_HEAP checks for invalid reads/writes, nonportable .ll + * Basic C++ exceptions support (|catch(...)|) + * Optimize compilation of very large projects (memory and speed) + * Support for frontend-optimized .ll input, plus tests + * Integration (combining scripts with compiled C++) tools and tests + * Many bug fixes, additional tests and library implementations + 2010-11-02: Version 0.5 * Much faster compilation, in particular of large projects |