From f6592223ae7b8b9b7b3d44cacd81e8ae6d1101ca Mon Sep 17 00:00:00 2001 From: Martin Kustermann Date: Thu, 8 Aug 2019 18:21:29 +0000 Subject: [PATCH] [vm] Rephrase changelog entry for 2.4.1 patch release Change-Id: I470168aa5aa8f58d321e46071d904a0934be263c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112347 Reviewed-by: Kathy Walrath Commit-Queue: Martin Kustermann --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bcbadb683..a0fafe4980e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -134,16 +134,16 @@ on a newer version of the analyzer package. ## 2.4.1 - 2019-08-07 -This is a patch version release which fixes a performance regression in JIT as +This is a patch release that fixes a performance regression in JIT mode, as well as a potential crash of our AOT compiler. ### Dart VM -* Working with `Int32List` could cause repeated deoptimizations leading to a big - performance regression in JIT mode. The Issue [37551][] was fixed. +* Fixed a performance regression where usage of `Int32List` could trigger + repeated deoptimizations in JIT mode (Issue [37551][]). -* Using a static getter with name `length` could cause a crash in our AOT - compiler. The Issue [35121][] was fixed. +* Fixed a bug where usage of a static getter with name `length` could cause a + crash in our AOT compiler (Issue [35121][]). [37551]: https://github.com/dart-lang/sdk/issues/37551 [35121]: https://github.com/dart-lang/sdk/issues/35121