-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Remove autorelease workaround for x86_64 #85877
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
LLVM no longer tail-calls this on x86_64, so we do not need an autorelease pool.
|
@mikeash can you please run the swift test thing |
|
Do you want to remove this |
|
Sure |
i386 is gone.
|
@mikeash Done! |
mikeash
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice.
|
@swift-ci please test |
|
@mikeash Windows test failed but I don't think this even runs on windows so it's unrelated |
|
Looks like some random test failure. Retrying. |
|
@swift-ci please test windows platform |
LLVM no longer tail-calls this on x86_64, so we do not need an autorelease pool.