Reviewers: danno,
Description:
Prepare push to trunk. Now working on version 3.8.5.
[email protected]
BUG=
TEST=
Please review this at http://codereview.chromium.org/8952023/
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
1992b50e47b4e94a7493718bc58998d07d6b2a9f..5eb4b26780e521005c145bfe201a2f18dc687e3b
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-01-02: Version 3.8.4
+
+ Performance improvements for large Smi-only arrays.
+
+ Fixed InternalArrays construction. (issue 1878)
+
+
2011-12-27: Version 3.8.3
Avoid embedding new space objects into code objects in the lithium
gap
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
a119b58eaf07109923823aecf807f5dff03be16b..1b94b411fe19db1fb008e5f4ba52cc57abe31254
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 4
+#define BUILD_NUMBER 5
#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