Reviewers: Yang,

Description:
Prepare push to trunk.  Now working on version 3.16.4.


[email protected]


Please review this at https://codereview.chromium.org/11778065/

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 000b04eb9c33b1789222027b1733597eff75f647..75e048f7576f35c5a2b62b282893a1298a84a735 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-01-09: Version 3.16.3
+
+ Improved GC performance when moving parts of a FixedArray (issue 2452).
+
+        Enabled readline on d8 while building a shared lib (issue 1781).
+
+        Fixed missing exception check in typed array constructor
+        (Chromium issue 168545).
+
+ Check for read-only-ness when preparing for array sort (issue 2419).
+
+        Performance and stability improvements on all platforms.
+
+
 2013-01-04: Version 3.16.2

         Added Makefile options to build for the Raspberry Pi (armv7=0,
Index: src/version.cc
diff --git a/src/version.cc b/src/version.cc
index fece8eb33c60090ac5afbf4be7eb8ab318364fc4..9be91e4f8104de3d14cc69a7868589e97cb5ec55 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      3
+#define BUILD_NUMBER      4
 #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

Reply via email to