-
Notifications
You must be signed in to change notification settings - Fork 6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vm/kernel/bytecode] Do not generate InstantiateType for instantiated…
… generic function types InstantiateType bytecode can only be used on a non-instantiated type. Type literals for generic function types without free type variables (e.g. '<X>(dynamic, X) => X') are now generated using PushConstant. Change-Id: I5c26751de4b47a0b98b075d8df85060bf78157d8 Reviewed-on: https://dart-review.googlesource.com/67980 Reviewed-by: Régis Crelier <regis@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com>
- Loading branch information
1 parent
c5ac5c0
commit 3f1bb85
Showing
3 changed files
with
45 additions
and
11 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
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