Prepare push to trunk. Now working on version 3.9.13.

R=yangguo@chromium.org
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/9495004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10851 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ulan@chromium.org 2012-02-28 09:45:17 +00:00
parent 170511e52a
commit ddaf909f82
2 changed files with 18 additions and 1 deletions

View File

@ -1,3 +1,20 @@
2012-02-28: Version 3.9.12
Fix the negative lookup stub to handle deleted entries in a dictionary.
(issue 1964)
Add a new API where the host can supply a callback function. The
callback function can resolve the location of a return address on stack
to the location where a return-address rewriting profiler stashed the
original return address.
When compiling for-in pass correct context value to the increment
instruction. (Chromium issue http://crbug.com/115646)
Update breakpoints set with partial file name after compile.
(issue 1853)
2012-02-27: Version 3.9.11
Make 'module' a context-sensitive keyword (V8 issue 1957).

View File

@ -34,7 +34,7 @@
// cannot be changed without changing the SCons build script.
#define MAJOR_VERSION 3
#define MINOR_VERSION 9
#define BUILD_NUMBER 12
#define BUILD_NUMBER 13
#define PATCH_LEVEL 0
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)