Revision: 2623
Author: [email protected]
Date: Wed Aug 5 01:27:54 2009
Log: Prepare to push to trunk. We are now working on version 1.3.3.
Review URL: http://codereview.chromium.org/159910
http://code.google.com/p/v8/source/detail?r=2623
Modified:
/branches/bleeding_edge/ChangeLog
/branches/bleeding_edge/src/version.cc
=======================================
--- /branches/bleeding_edge/ChangeLog Thu Jul 30 07:18:09 2009
+++ /branches/bleeding_edge/ChangeLog Wed Aug 5 01:27:54 2009
@@ -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.
=======================================
--- /branches/bleeding_edge/src/version.cc Thu Jul 30 07:18:09 2009
+++ /branches/bleeding_edge/src/version.cc Wed Aug 5 01:27:54 2009
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 1
#define MINOR_VERSION 3
-#define BUILD_NUMBER 2
+#define BUILD_NUMBER 3
#define PATCH_LEVEL 0
#define CANDIDATE_VERSION true
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---