Reviewers: ulan,
Description:
Prepare push to trunk. Now working on version 3.16.5.
[email protected]
BUG=
Please review this at https://chromiumcodereview.appspot.com/11854011/
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
75e048f7576f35c5a2b62b282893a1298a84a735..57d8d0f4450071fdc9e340191b94e0429fb03e8a
100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2013-01-11: Version 3.16.4
+
+ Fixed Chromium issues 168545 and 169209.
+
+ Performance and stability improvements on all platforms.
+
+
2013-01-09: Version 3.16.3
Improved GC performance when moving parts of a FixedArray (issue
2452).
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index
9be91e4f8104de3d14cc69a7868589e97cb5ec55..43cb7e8070dae19921b4dc7c28c25d6c8e76aa86
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 16
-#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