File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
138138well 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
You can’t perform that action at this time.
0 commit comments