-
Notifications
You must be signed in to change notification settings - Fork 468
Switching back _dispatch_operation_perform to use posix_memalign from aligned_malloc #826
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
Conversation
@swift-ci test |
@swift-ci please smoke test |
@swift-ci test linux |
Sorry, only seeing this now. I will add this commit to #827 if and when you get this merged. |
@PriyaAvhad, this pull will need to be rebased before it can be merged. |
Needs a rebase but lgtm |
@PriyaAvhad, does #805 need to be reverted or is this one change enough? |
The thread sanitizer complaint was about just the file I have modified in this PR; but, I agree with you that it would be much cleaner to revert #805 instead. |
…ar places to use posix_memalign from aligned_malloc. This was caught by thread sanitizer.
0e3fe7b
to
e173eda
Compare
@swift-ci test |
@swift-ci please smoke test |
@swift-ci test linux |
OK, if you're going to do that, then there's no need for my #827 changes for the 6.0 branch. Just don't forget to submit this revert to the 6.0 branch next. 😉 |
Will do. Thanks! |
This was caught by thread sanitizer.