From 4cf77d7748e8cc4ce3de8346cec60cb232a4fbdf Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Fri, 30 Aug 2013 11:31:06 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.21.8. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/23460012 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16445 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 14 ++++++++++++++ src/version.cc | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c5c6f36..2922fc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2013-08-30: Version 3.21.7 + + Fixed casts of eternal handles. + + Turned on global handle zapping. + + Always visit branches during HGraph building (Chromium issue 280333). + + Profiler changes: removed deprecated API, support higher sampling + rate on Windows. + + Performance and stability improvements on all platforms. + + 2013-08-29: Version 3.21.6 Fixed inlined 'throw' statements interfering with live range diff --git a/src/version.cc b/src/version.cc index ebb1138..9f7df45 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 21 -#define BUILD_NUMBER 7 +#define BUILD_NUMBER 8 #define PATCH_LEVEL 0 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) -- 2.7.4