Revision: 9966
Author:   [email protected]
Date:     Fri Nov 11 03:44:16 2011
Log:      Prepare push to trunk.  Now working on version 3.7.7.

[email protected]
BUG=
TEST=

Review URL: http://codereview.chromium.org/8538006
http://code.google.com/p/v8/source/detail?r=9966

Modified:
 /branches/bleeding_edge/ChangeLog
 /branches/bleeding_edge/src/version.cc

=======================================
--- /branches/bleeding_edge/ChangeLog   Thu Nov 10 03:26:27 2011
+++ /branches/bleeding_edge/ChangeLog   Fri Nov 11 03:44:16 2011
@@ -1,3 +1,18 @@
+2011-11-11: Version 3.7.6
+
+        Fixed filtering of store buffer for large object pages.
+        (issue 1817)
+
+        Fixed generated hash function on all platforms.
+        (issue 1808)
+
+        Fixed Heap::Shrink to ensure that it does not free pages that are
+        still in use.
+        (Chromium issue 100414)
+
+       Stability and performance improvements on all platforms.
+
+
 2011-11-10: Version 3.7.5

         Added initial gyp infrastructure for MIPS.
=======================================
--- /branches/bleeding_edge/src/version.cc      Thu Nov 10 03:26:27 2011
+++ /branches/bleeding_edge/src/version.cc      Fri Nov 11 03:44:16 2011
@@ -34,7 +34,7 @@
 // cannot be changed without changing the SCons build script.
 #define MAJOR_VERSION     3
 #define MINOR_VERSION     7
-#define BUILD_NUMBER      6
+#define BUILD_NUMBER      7
 #define PATCH_LEVEL       0
 // Use 1 for candidates and 0 otherwise.
 // (Boolean macro values are not supported by all preprocessors.)

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to