mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
463e251334
- Use `array.copy` and `array.fill` when possible. - Use the Wasm array directly (instead of `[]` and `[]=`) when possible to avoid redundant bounds checks. - `_GrowableList.insert` is rewritten to avoid a redundant write when the element is not added to the end. - Remove redundant bounds checks when calling `Lists.copy`. Change-Id: I08d96b56201cbb4ff24ca969b7fde8bcc1315e4b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/315120 Reviewed-by: Joshua Litt <joshualitt@google.com> Commit-Queue: Ömer Ağacan <omersa@google.com> |
||
---|---|---|
.. | ||
bin | ||
lib | ||
.gitignore | ||
api_readme.md | ||
BUILD.gn | ||
OWNERS |