Reviewers: Yang,
Description:
Prepare push to trunk. Now working on version 3.8.6.
[email protected]
BUG=
TEST=
Please review this at http://codereview.chromium.org/9114009/
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
5eb4b26780e521005c145bfe201a2f18dc687e3b..3edf451aa04c7c728d834d53733300579bb65883
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2012-01-05: Version 3.8.5
+
+ Fix broken test that assumes that no GC can clear the regexp cache
(GC
+ can happen at any time due to Crankshaft).
+
+ Fix handling of bogus receivers for Harmony collections. (issue
1884)
+
+ Add netbsd support to gyp build.
+
+ Determine page size at runtime on posix platforms. Landing for
+ kalmard. http://codereview.chromium.org/9023007/
+
+ Ensure that store buffer filtering hash sets are cleared after
+ StoreBuffer::Filter.
+
+ Randomize the seed used for string hashing. This helps guard
against
+ CPU-eating DOS attacks against node.js servers. Based on code from
+ Bert Belder. This version only solves the issue for those that
compile
+ V8 themselves or those that do not use snapshots. A snapshot-based
+ precompiled V8 will still have predictable string hash codes.
+
+ Implement callback when script finishes running in V8 API.
+
+ Update LICENSE file
+
+ Improve performance of Math.min and Math.max for the case of two
+ arguments. (issue 1325)
+
+
2012-01-02: Version 3.8.4
Performance improvements for large Smi-only arrays.
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
1b94b411fe19db1fb008e5f4ba52cc57abe31254..83ba32c70689a4a41e3ecb9f9532cb48da6a725c
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 5
+#define BUILD_NUMBER 6
#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