Index: ChangeLog |
=================================================================== |
--- ChangeLog (revision 2621) |
+++ ChangeLog (working copy) |
@@ -1,3 +1,18 @@ |
+2009-08-05: Version 1.3.2 |
+ |
+ Started new compiler infrastructure for two-pass compilation using a |
+ control flow graph constructed from the AST. |
+ |
+ Profiler stack sampling for X64. |
+ |
+ Safe handling of NaN to Posix platform-dependent time functions. |
+ |
+ Added a new profiler control API to unify controlling various aspects |
+ of profiling. |
+ |
+ Fixed issue 392. |
+ |
+ |
2009-07-30: Version 1.3.1 |
Speed improvements to accessors and interceptors. |