Skip to content

Guard verifyCriticalEdges with #ifndef NDEBUG. #19077

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
Aug 31, 2018
Merged

Guard verifyCriticalEdges with #ifndef NDEBUG. #19077

merged 1 commit into from
Aug 31, 2018

Conversation

atrick
Copy link
Contributor

@atrick atrick commented Aug 30, 2018

This could noticeably improve compile time in Release builds.

Once we eliminate all calls to splitAllCriticalEdges, the we can even
remove this verification in asserts builds since normal SIL
verification will catch the issues.

This could noticeably improve compile time in Release builds.

Once we eliminate all calls to splitAllCriticalEdges, the we can even
remove this verification in asserts builds since normal SIL
verification will catch the issues.
@atrick
Copy link
Contributor Author

atrick commented Aug 30, 2018

@swift-ci smoke test.

@atrick atrick merged commit 12fa674 into swiftlang:master Aug 31, 2018
@atrick atrick deleted the fix-ndebug-verify branch October 16, 2018 16:23
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