Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 85ec68171a4ba2845a70b785fff25b6802c73861..b3eba3661add15682064fcb8befa8962279afe35 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,20 @@ |
| +2013-09-18: Version 3.21.17 |
| + |
| + Implemented local load/store elimination on basic blocks. |
| + |
| + Added mutex when accessing concurrent recompilation output queue. |
| + (Chromium issue 291236) |
| + |
| + Don't lookup the cache for the result of Function::New. |
| + (Chromium issue 272579) |
| + |
| + Tweaked HConstant::EmitAtUses() to eliminate useless constant |
| + generation. |
| + (Chromium issue 2881) |
|
Jakob Kummerow
2013/09/18 18:05:30
nit: this is clearly a V8 issue number.
|
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2013-09-16: Version 3.21.16 |
| Every place where AllocationMemento is initialized with an |