forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reimplement materializeForSet emission in SILGen instead of
the type-checker. The strategy for now is to just use this for protocol witness thunk emission, where it is required when generating a materializeForSet for storage that is either implemented in a protocol extension or requires reabstraction to the requirement's pattern. Eventually, this should be generalized to the point that we can use it for all materializeForSet emission, which I don't think will take much. However, that's not really the sort of instability we want to embrace for the current release. WIP towards rdar://21836671; currently disabled, so NFC. Swift SVN r31072
- Loading branch information
Showing
7 changed files
with
916 additions
and
108 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
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
Oops, something went wrong.