Skip to content

Commit f659222

Browse files
mkustermanncommit-bot@chromium.org
authored andcommitted
[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 <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
1 parent a05f591 commit f659222

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -134,16 +134,16 @@ on a newer version of the analyzer package.
134134

135135
## 2.4.1 - 2019-08-07
136136

137-
This is a patch version release which fixes a performance regression in JIT as
137+
This is a patch release that fixes a performance regression in JIT mode, as
138138
well as a potential crash of our AOT compiler.
139139

140140
### Dart VM
141141

142-
* Working with `Int32List` could cause repeated deoptimizations leading to a big
143-
performance regression in JIT mode. The Issue [37551][] was fixed.
142+
* Fixed a performance regression where usage of `Int32List` could trigger
143+
repeated deoptimizations in JIT mode (Issue [37551][]).
144144

145-
* Using a static getter with name `length` could cause a crash in our AOT
146-
compiler. The Issue [35121][] was fixed.
145+
* Fixed a bug where usage of a static getter with name `length` could cause a
146+
crash in our AOT compiler (Issue [35121][]).
147147

148148
[37551]: https://github.com/dart-lang/sdk/issues/37551
149149
[35121]: https://github.com/dart-lang/sdk/issues/35121

0 commit comments

Comments
 (0)