Skip to content

[MetadataReader] Adapt to newer Objective-C class_rw_t #27847

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

Conversation

fredriss
Copy link
Contributor

@fredriss fredriss commented Oct 23, 2019

Newer Objective-C runtimes implement a size optimization in class_rw_t
which requires an additional indirection to get to the class_ro_t pointer.

Thanks to Davide for getting to the bottom of this!

(cherry picked from commit 20573bd)

Newer Objective-C runtimes implement a size optimization in class_rw_t
which requires an additional indirection to get to the class_ro_t pointer.

Thanks to Davide for getting to the bottom of this!

(cherry picked from commit 20573bd)
@fredriss fredriss requested a review from a team as a code owner October 23, 2019 14:30
@fredriss
Copy link
Contributor Author

@swift-ci test

@tkremenek tkremenek merged commit 71d6f49 into swiftlang:swift-5.1-branch Oct 23, 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.

2 participants