Skip to content

Implement partial specialization behind a flag. #7888

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
Mar 3, 2017

Conversation

swiftix
Copy link
Contributor

@swiftix swiftix commented Mar 3, 2017

Partial specialization is disabled by default. Use -sil-partial-specialization to enable it.

Use -sil-partial-specialization-with-generic-substitutions to enable the partial specialization even in cases of substitutions containing generic replacement types.

Partial specialization is disabled by default. Use -sil-partial-specialization to enable it.

Use -sil-partial-specialization-with-generic-substitutions to enable the partial specialization even in cases of substitutions containing generic replacement types.
@swiftix
Copy link
Contributor Author

swiftix commented Mar 3, 2017

@slavapestov This is a reduced version, with specializeConcreteSubstitutions only.

@swiftix
Copy link
Contributor Author

swiftix commented Mar 3, 2017

@swift-ci please smoke test

@swiftix swiftix merged commit 8e439da into swiftlang:master Mar 3, 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.

1 participant