Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit dce0eeb

Browse files
mkustermanncommit-bot@chromium.org
authored andcommitted
Update CHANGELOG.md with descriptions for fixes in 2.4.1
Change-Id: Ide202ea418ccfe860bd408e489a8c81bbc62e7c1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112084 Commit-Queue: Martin Kustermann <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
1 parent 8c2b1fa commit dce0eeb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,22 @@ The Linter was updated to `0.1.96`, which includes:
132132
Dartdoc was updated to `0.28.4`; this version includes several fixes and is based
133133
on a newer version of the analyzer package.
134134

135+
## 2.4.1 - 2019-08-07
136+
137+
This is a patch version release which fixes a performance regression in JIT as
138+
well as a potential crash of our AOT compiler.
139+
140+
### Dart VM
141+
142+
* Working with `Int32List` could cause repeated deoptimizations leading to a big
143+
performance regression in JIT mode. The Issue [37551][] was fixed.
144+
145+
* Using a static getter with name `length` could cause a crash in our AOT
146+
compiler. The Issue [35121][] was fixed.
147+
148+
[37551]: https://github.com/dart-lang/sdk/issues/37551
149+
[35121]: https://github.com/dart-lang/sdk/issues/35121
150+
135151
## 2.4.0 - 2019-06-27
136152

137153
### Core libraries

0 commit comments

Comments
 (0)