Skip to content

[Exclusivity] Add deserialization callbacks from the optimizer. #9186

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
May 2, 2017
Merged

[Exclusivity] Add deserialization callbacks from the optimizer. #9186

merged 1 commit into from
May 2, 2017

Conversation

atrick
Copy link
Contributor

@atrick atrick commented May 2, 2017

AccessMarkerElimination now registers a callback so that any subsequently
deserialized function bodies will have access markers stripped for optimization.

rdar:31908496 Assertion failed: (isa(Val) && "cast() argument of
incompatible type!") in SILPerformanceInliner

(cherry picked from commit 195da33)

AccessMarkerElimination now registers a callback so that any subsequently
deserialized function bodies will have access markers stripped for optimization.

rdar:31908496 Assertion failed: (isa<X>(Val) && "cast<Ty>() argument of
              incompatible type!") in SILPerformanceInliner

(cherry picked from commit 195da33)
@atrick
Copy link
Contributor Author

atrick commented May 2, 2017

@swift-ci test and merge.

@swift-ci swift-ci merged commit cfd2d2c into swiftlang:swift-4.0-branch May 2, 2017
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