Skip to content

Small devirtualizer cleanup and fix #9109

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 2 commits into from
Apr 28, 2017

Conversation

slavapestov
Copy link
Contributor

Instead of going back and forth between SubstitutionMap and SubstitutionList in the devirtualizer, use maps more and avoid error-prone round tripping. This fixes a bug that is exposed by an assert I'm planning on adding, but the bug itself is harmless for now (we make an abstract conformance with the wrong protocol).

The new assert though caught a more serious issue so that's why we want to add it.

@slavapestov
Copy link
Contributor Author

@swift-ci Please smoke test

@slavapestov slavapestov merged commit 8338795 into swiftlang:master Apr 28, 2017
@swiftix
Copy link
Contributor

swiftix commented Apr 28, 2017

@slavapestov was there a test-case that was breaking before and is passing now? Would be nice to un-XFAIL or add one.

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