Skip to content

Conversation

aschwaighofer
Copy link
Contributor

… switch_task_impl.

Without this hack the call will leave a stack frame around (not tail
call optimized) and blow the stack if we call switch_task often enough.

Ideally, clang would emit this call as musttail but currently it does
not.

rdar://76652421

… switch_task_impl.

Without this hack the call will leave a stack frame around (not tail
call optimized) and blow the stack if we call switch_task often enough.

Ideally, clang would emit this call as `musttail` but currently it does
not.

rdar://76652421
@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - 519b1e9

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - 519b1e9

@aschwaighofer
Copy link
Contributor Author

@swift-ci test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - 519b1e9

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - 519b1e9

@shahmishal
Copy link
Member

@swift-ci test

@aschwaighofer
Copy link
Contributor Author

This has been superseded by #37485

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.

3 participants