From c5e547fd05858fd9c9e32f44c792c6ba4b5bd340 Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Mon, 16 Jan 2012 10:28:34 +0000 Subject: [PATCH] Prepare push to trunk. Now working on version 3.8.7. Review URL: http://codereview.chromium.org/9233001 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10404 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- ChangeLog | 19 +++++++++++++++++++ src/version.cc | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 059b692..1c1bddd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2012-01-16: Version 3.8.6 + + Add primitive WebGL array support to d8. + + Improve heap size estimation (issue 1893). + + Hash collision DOS workaround extended from string keys + to numeric keys. + + Provide an API for iterating through all external strings referenced + from the JS heap. + + Adjust position recorded for call expressions. http://crbug.com/109195 + + Fix GC crash related to instanceof. http://crbug.com/109448 + + Performance improvements and bug fixes. + + 2012-01-05: Version 3.8.5 Fix broken test that assumes that no GC can clear the regexp cache (GC diff --git a/src/version.cc b/src/version.cc index 83ba32c..a40d0dd 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 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