Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index b3eba3661add15682064fcb8befa8962279afe35..c558a7bfd5bab785ae41989b801fd473c57d8b12 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,49 @@ |
| +2013-09-23: Version 3.22.0 |
| + |
| + Fix d8-readline to use modern Persistent API |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + (adamk@chromium.org) |
|
Michael Starzinger
2013/09/23 13:54:53
Please drop the names, those are only put in by th
|
| + |
| + LiveEdit to mark more closure functions for re-instantiation when scope |
| + layout changes BUG=v8:2872 R=yangguo@chromium.org |
|
Michael Starzinger
2013/09/23 13:54:53
nit: Let's drop the BUG= and R= markers.
|
| + (issue 2872) |
| + (prybin@chromium.org) |
| + |
| + Use New<> constructors in BuildBinaryOperation. |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + (olivf@chromium.org) |
| + |
| + Make bounds check elimination iterative instead of recursive. |
|
Michael Starzinger
2013/09/23 13:54:53
nit: We use past tense in the changelog, s/Make/Ma
|
| + (Chromium issue 289706) |
| + (titzer@chromium.org) |
| + |
| + Extend test262 harness to cover intl402 suite as well. |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + (issue 2745) |
| + (mstarzinger@chromium.org) |
| + |
| + Added a DependentCode field to AllocationSite. It's not currently used, |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + this initial CL is just to get the object layout correct. |
| + (mvstanton@chromium.org) |
| + |
| + Mark intl/collator/default-locale as PASS || FAIL because it fails on |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + Mac |
| + (Chromium issue 2899) |
| + (jochen@chromium.org) |
| + |
| + Turn on i18n support by default |
|
Michael Starzinger
2013/09/23 13:54:53
nit: s/Turn/Turned/
|
| + (jochen@chromium.org) |
| + |
| + Fix string and descriptor array decoding in grokdump. |
|
Michael Starzinger
2013/09/23 13:54:53
Internal only, let's drop this.
|
| + (verwaest@chromium.org) |
| + |
| + ARM: Fix simulator when using hard floating point ABI. |
| + (rodolph.perfetta@gmail.com) |
| + |
| + Set the proper instance-type on HAllocate in BuildFastLiteral |
| + (Chromium issue 284577) |
| + (verwaest@chromium.org) |
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2013-09-18: Version 3.21.17 |
| Implemented local load/store elimination on basic blocks. |