Skip to content

IRGen: Reenable caching opaque type metadata accessors. #26208

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

Merged
merged 1 commit into from
Jul 18, 2019

Conversation

jckarter
Copy link
Contributor

Dynamic replacement can only really get away with replacing opaque return types if a function's
opaque type has never been instantiated in the first place. Meanwhile, repeatedly instantiating
the metadata is too slow for many clients to tolerate. Fixes rdar://problem/53213600.

Dynamic replacement can only really get away with replacing opaque return types if a function's
opaque type has never been instantiated in the first place. Meanwhile, repeatedly instantiating
the metadata is too slow for many clients to tolerate. Fixes rdar://problem/53213600.
@jckarter jckarter force-pushed the opaque-type-access-cache branch from 321a712 to f9e5de9 Compare July 18, 2019 03:15
@jckarter
Copy link
Contributor Author

@swift-ci Please test

@jckarter jckarter requested a review from nate-chandler July 18, 2019 03:28
@jckarter
Copy link
Contributor Author

@swift-ci Please test OS X

@jckarter jckarter merged commit 08568a5 into swiftlang:master Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants