Prepare push to trunk. Now working on version 3.25.11.
R=dslomov@chromium.org TBR=dslomov@chromium.org Review URL: https://codereview.chromium.org/196383005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
fa4625c1a4
commit
cfed3c94af
17
ChangeLog
17
ChangeLog
@ -1,3 +1,20 @@
|
||||
2014-03-13: Version 3.25.10
|
||||
|
||||
MIPS: Fix uses of range analysis results in HChange (issue 3204).
|
||||
|
||||
Make translation of modulus operation '--stress-opt'-proof (Chromium
|
||||
issue 352059).
|
||||
|
||||
Remove uses of CanBeNegative() in HMod (issue 3204).
|
||||
|
||||
Remove uses of RangeCanInclude() in flooring division by power of 2
|
||||
(issue 3204).
|
||||
|
||||
Fix uses of range analysis results in HChange (issue 3204).
|
||||
|
||||
Performance and stability improvements on all platforms.
|
||||
|
||||
|
||||
2014-03-13: Version 3.25.9
|
||||
|
||||
Reland "Enable Object.observe by default" again (issue 2409).
|
||||
|
@ -34,7 +34,7 @@
|
||||
// system so their names cannot be changed without changing the scripts.
|
||||
#define MAJOR_VERSION 3
|
||||
#define MINOR_VERSION 25
|
||||
#define BUILD_NUMBER 10
|
||||
#define BUILD_NUMBER 11
|
||||
#define PATCH_LEVEL 0
|
||||
// Use 1 for candidates and 0 otherwise.
|
||||
// (Boolean macro values are not supported by all preprocessors.)
|
||||
|
Loading…
Reference in New Issue
Block a user