From c16a7bb1ed1f9bcee20f3d089e9f75410339d3be Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Mon, 18 Nov 2013 08:51:22 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.23.7. R=jkummerow@chromium.org BUG= Review URL: https://codereview.chromium.org/74753004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 11 +++++++++++ src/version.cc | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c6d59ef..dedd3fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-11-18: Version 3.23.6 + + Limit size of dehoistable array indices. + (Chromium issues 319835, 319860) + + Limit the size for typed arrays to MaxSmi. + (Chromium issue 319722) + + Performance and stability improvements on all platforms. + + 2013-11-15: Version 3.23.5 Fixed missing type feedback check for Generic*String addition. diff --git a/src/version.cc b/src/version.cc index 92253e7..2633595 100644 --- a/src/version.cc +++ b/src/version.cc @@ -34,7 +34,7 @@ // system so their names cannot be changed without changing the scripts. #define MAJOR_VERSION 3 #define MINOR_VERSION 23 -#define BUILD_NUMBER 6 +#define BUILD_NUMBER 7 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4