aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-09-11 15:35:43 -0700
committeralon@honor <none@none>2010-09-11 15:35:43 -0700
commit5fe819882bcdb7b63093c46b902c9ca41db0d54d (patch)
tree23426f57a135bb7632ec46ae5efa7fa56833bb89 /ChangeLog
parentb91f37774b3215e8d3c67c14ddd1400923dca178 (diff)
version 0.2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 17 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c031b6f4..0bba7aa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,20 @@
-2010-08-28: Version 0.1
+2010-09-11: Version 0.2
+
+ * sauer (cubescript) test passes (without RELOOPing), + web demo
+ * ES_SIZEOF - safe&portable sizeof replacement
+ * emscripten.py tool for easy compiling
+ * Support for various additional llvm ops (switch, float ops, ptrtoint, etc.)
+ * Support for functions with variable numbers of arguments (varargs)
+ * Better debugging support, using SAFE_HEAP and LABEL_DEBUG, using internal preprocessor
+ * Compiler can now run all tests in both SpiderMonkey and V8
+ * Various stdlib functions (strcpy/strcat/etc., atexit, etc.)
+ * Various code cleanups and simplifications
+ * Various compiler optimizations (still barely scratched the surface though)
+ * Many bug fixes and additional tests
- Initial export.
+2010-08-28: Version 0.1
- * All tests pass, including Fannkuch&Fasta, but constglobalstructs
- * Relooping of Fannkuch is complete, fasta has one left
- * Emscriptened Fannkuch is 19X slower than gcc -O0, 37X than gcc -O2
+ * All tests pass, including fannkuch and fasta, but constglobalstructs
+ * Relooping of Fannkuch is complete, fasta has one left
+ * Emscriptened Fannkuch is 19X slower than gcc -O0, 37X than gcc -O2