Prepare push to trunk. Now working on version 3.4.6.
Review URL: http://codereview.chromium.org/7212007 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8324 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
5a547ac413
commit
404434628b
15
ChangeLog
15
ChangeLog
@ -1,3 +1,18 @@
|
|||||||
|
2011-06-20: Version 3.4.5
|
||||||
|
|
||||||
|
Fixed issues 794, 1215(partial), 1417, 1435, 1472, 1473, 1476, and 1477.
|
||||||
|
|
||||||
|
Improved code generation for !0 and !1.
|
||||||
|
|
||||||
|
Reduced memory usage for regular expressions with nested qualifiers.
|
||||||
|
(issue 1472)
|
||||||
|
|
||||||
|
Fixed V8 to count line terminators in multi-line comments.
|
||||||
|
(Chromium issue 86431)
|
||||||
|
|
||||||
|
Fixed disassembler=on option for release-mode builds. (issue 1473)
|
||||||
|
|
||||||
|
|
||||||
2011-06-15: Version 3.4.4
|
2011-06-15: Version 3.4.4
|
||||||
|
|
||||||
Added snapshot compression support and --stress-opt flag to d8.
|
Added snapshot compression support and --stress-opt flag to d8.
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
// cannot be changed without changing the SCons build script.
|
// cannot be changed without changing the SCons build script.
|
||||||
#define MAJOR_VERSION 3
|
#define MAJOR_VERSION 3
|
||||||
#define MINOR_VERSION 4
|
#define MINOR_VERSION 4
|
||||||
#define BUILD_NUMBER 5
|
#define BUILD_NUMBER 6
|
||||||
#define PATCH_LEVEL 0
|
#define PATCH_LEVEL 0
|
||||||
// Use 1 for candidates and 0 otherwise.
|
// Use 1 for candidates and 0 otherwise.
|
||||||
// (Boolean macro values are not supported by all preprocessors.)
|
// (Boolean macro values are not supported by all preprocessors.)
|
||||||
|
Loading…
Reference in New Issue
Block a user