Reviewers: Michael Starzinger,
Description:
Prepare push to trunk. Now working on version 3.14.2.
[email protected]
Please review this at https://codereview.chromium.org/11031002/
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
60f7f307ef8d4a1ae994d66b82a5d47101ee341a..3c7c02029ba34cfebd6348cfb6f4a8c0aeacae32
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2012-10-01: Version 3.14.1
+
+ Don't set -m32 flag when compiling with Android ARM compiler.
+ (Chromium issue 143889)
+
+ Restore the descriptor array before returning allocation failure.
+ (Chromium issue 151750)
+
+ Fixed Clang warning about tautological compare (Chromium issue
151927).
+
+ Avoid wrong imul deopt on ia32 and x64 (issue 2339).
+
+ Lowered kMaxVirtualRegisters (v8 issue 2139, Chromium issues
123822 and
+ 128252).
+
+ Pull more recent gyp in 'make dependencies'.
+
+ Fixed: Generic KeyedStoreIC doesn't change length and element_kind
+ atomically (issue 2346).
+
+ Bumped number of allowed variables per scope to 65535, to address
GWT.
+ (Chromium issue 151625)
+
+ Support sourceURL for dynamically inserted scripts (issue 2342).
+
+ Performance and stability improvements on all platforms.
+
+
2012-09-20: Version 3.14.0
Fixed missing slot recording during clearing of CallICs.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
ab93a45b08ab805bf432d296ff82623ea7e67cae..bf31362c05c6c0966e8e5ec9789f92fa1ab10888
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 14
-#define BUILD_NUMBER 1
+#define BUILD_NUMBER 2
#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