-
Notifications
You must be signed in to change notification settings - Fork 10.5k
AST: Cache ProtocolDecl::getInheritedProtocols() #21967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AST: Cache ProtocolDecl::getInheritedProtocols() #21967
Conversation
Build failed |
Build failed |
b4564fb
to
144d0ad
Compare
Build failed |
144d0ad
to
c5d0fa3
Compare
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
Build failed |
Build failed |
… with 'Self' constraints
Fixes <rdar://problem/47371754>.
c5d0fa3
to
eef3efb
Compare
@swift-ci Please test source compatibility |
@swift-ci Please test |
Build failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. This rule around associated type lookup is weird, but I suppose we're stuck with it now.
Another compile-time performance improvement.