-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stable] [vm/compiler] Avoid searching static functions in the import…
…ed libraries References to members are fully resolved in kernel. So, when looking for a static function in the library scope, there is no need to search in the imported libraries. Searching in the imported libraries could be very slow as they can be huge (e.g. the whole Flutter framework). TEST=manually verified repro from flutter/flutter#133195 Fixes flutter/flutter#133195 Cherry-pick-request: #53541 Cherry-pick: https://dart-review.googlesource.com/c/sdk/+/323201 Change-Id: Ib84478cebf761ef574356e8e63bd3e9b5ba1507d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326242 Reviewed-by: Daco Harkes <[email protected]> Commit-Queue: Siva Annamalai <[email protected]> Reviewed-by: Alexander Markov <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters