Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.8.2.
[email protected]
Please review this at http://codereview.chromium.org/8919005/
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
9f84d684efde4e4dc1c598f531ad8b9b71d96163..f53fc548b89c5d80c68e4822555528ac8d35c356
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2011-12-12: Version 3.8.1
+
+ Removed dead code and one static initializer that came with it
+ (issue 1859).
+
+ Fixed another corner case for DefineOwnProperty on arrays (issue
1756).
+
+ Ensured that non-optimized code objects are not flushed for inlined
+ functions (Chromium issue 97116).
+
+ Performance and stability improvements on all platforms.
+
+
2011-12-8: Version 3.8.0
Fixed handling of arrays in DefineOwnProperty. (issue 1756)
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
7df94f85bcf9bbd6859e3cf8ceaf39cd611f3b0e..5af81f5ba392f81028f7145e0829c223c1238578
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 8
-#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