You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
alexmarkov opened this issue
Mar 6, 2020
· 3 comments
Assignees
Labels
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.NNBDIssues related to NNBD ReleaseP3A lower priority bug or feature requesttriagedIssue has been triaged by sub team
The text was updated successfully, but these errors were encountered:
alexmarkov
added
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
NNBD
Issues related to NNBD Release
vm-nnbd-unfork-sdk
Label for all issues that need to be done before the nnbd sdk can be unforked
labels
Mar 6, 2020
7e0139e improved performance of _GrowableList.toList both for NNBD and default core libraries. The first reason for regression is fixed.
Although the benchmark ListCopy.toList.100 is now faster than before (both with NNBD and default core libraries), with NNBD core libraries the benchmark is still ~11% slower compared to default core libraries.
The numbers which I measured on my machine before and after 7e0139e:
With NNBD core libraries:
ListCopy.toList.100(RunTime) 4129 -> 2376 us.
With default core libraries:
ListCopy.toList.100(RunTime) 3006 -> 2140 us.
a-siva
added
P3
A lower priority bug or feature request
and removed
vm-nnbd-unfork-sdk
Label for all issues that need to be done before the nnbd sdk can be unforked
labels
Oct 28, 2020
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.NNBDIssues related to NNBD ReleaseP3A lower priority bug or feature requesttriagedIssue has been triaged by sub team
This regression can be reproduced with https://dart-review.googlesource.com/c/sdk/+/134808 and the following command:
The following changes in NNBD core libraries slowed it down:
List.filled
is now called fromListMixin.toList
and it starts appearing in the profile./cc @a-siva @mraleph @lrhn
The text was updated successfully, but these errors were encountered: