Revision: 10010
Author:   [email protected]
Date:     Thu Nov 17 00:10:30 2011
Log:      Prepare push to trunk. Now working on version 3.7.9.
Review URL: http://codereview.chromium.org/8568042
http://code.google.com/p/v8/source/detail?r=10010

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

=======================================
--- /branches/bleeding_edge/ChangeLog   Mon Nov 14 05:31:57 2011
+++ /branches/bleeding_edge/ChangeLog   Thu Nov 17 00:10:30 2011
@@ -1,3 +1,13 @@
+2011-11-17: Version 3.7.8
+
+ Removed hidden prototype from builtins, i.e., deleting an overridden
+        function on builtins will not make the original function reappear.
+
+        Added NetBSD support for scons build.
+
+        Performance improvements on all platforms.
+
+
 2011-11-14: Version 3.7.7

         Fix missing fast property accessors in heap snapshots.
=======================================
--- /branches/bleeding_edge/src/version.cc      Mon Nov 14 05:31:57 2011
+++ /branches/bleeding_edge/src/version.cc      Thu Nov 17 00:10:30 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      8
+#define BUILD_NUMBER      9
 #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