Chromium Code Reviews| Index: ChangeLog |
| diff --git a/ChangeLog b/ChangeLog |
| index 730514e43d1b36eef1e5055f25f7497637d6e8a2..192c05b91e5fef1cd60475c03146141cd45946e1 100644 |
| --- a/ChangeLog |
| +++ b/ChangeLog |
| @@ -1,3 +1,23 @@ |
| +2013-02-19: Version 3.17.2 |
| + |
| + Removed bogus check for TOP register in deoptimizer. |
| + (Chromium issue 176943) |
| + |
| + Changed and disabled global handle zapping. |
| + (Chromium issue 176056) |
| + |
| + Added zapping of disposed persistent handles. |
|
Jakob Kummerow
2013/02/19 13:53:37
Added then disabled handle zapping? Drop both entr
|
| + (Chromium issue 176056) |
| + |
| + Made the Isolate parameter mandatory for internal HandleScopes. |
| + (issue 2487) |
| + |
| + Fixed f.apply() optimization when declared arguments are mutated. |
| + (issue 2539) |
| + |
| + Performance and stability improvements on all platforms. |
| + |
| + |
| 2013-02-14: Version 3.17.1 |
| Performance and stability improvements on all platforms. |