aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-01 21:08:18 -0700
committeralon@honor <none@none>2010-10-01 21:08:18 -0700
commita3f35c0ffd4b6c3e38752ea8ff1e3fc2101a313b (patch)
treedf34f46331855c88e6f8c1c1a60a24813a50846e /ChangeLog
parent9a60dd64cdccc60d7a789ffa1f16536f8b106a0b (diff)
docs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bba7aa3..a13b92e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,16 +1,22 @@
+?: Version 0.3
+
+ * Much faster compilation (still a lot more left to do though)
+ * Clang support
+ * Optional memory alignment that precisely matches C/C++
+ * Proper call stack support
+ * Initial support for SDL
+ * Raytracing test + web demo
+ * Many code cleanups, bug fixes, additional tests and library implementations
+
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
+ * Many code cleanups, bug fixes, additional tests and library implementations
2010-08-28: Version 0.1