Reviewers: Jakob,
Description:
Prepare push to trunk. Now working on version 3.15.10.
[email protected]
Please review this at https://codereview.chromium.org/11469003/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M ChangeLog
M src/version.cc
Index: ChangeLog
diff --git a/ChangeLog b/ChangeLog
index
096eb0394ef396ccc900464b5b68a27905eb3190..b73b59251d1a74abe7d9fc75181cd589bd4ecb7a
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2012-12-06: Version 3.15.9
+
+ Fixed candidate eviction in code flusher.
+ (Chromium issue 159140)
+
+ Iterate through all arguments for side effects in Math.min/max.
+ (issue 2444)
+
+ Fixed spec violations related to regexp.lastIndex
+ (issue 2437, issue 2438)
+
+ Enableed stub generation using Hydrogen/Lithium.
+
+ Introduced callback for resolving global object name while taking
heap
+ snapshot.
+
+ Forced inlining for hot interface functions.
+
+ Performance and stability improvements on all platforms.
+
+
2012-12-04: Version 3.15.8
Enforced stack allocation of TryCatch blocks.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
af918e516e381447daf817d4b4021efa18ee7604..357fbfc6af0c1ab83391b5a8158ab1a5a17a2ad4
100644
--- a/src/version.cc
+++ b/src/version.cc
@@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 15
-#define BUILD_NUMBER 9
+#define BUILD_NUMBER 10
#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