mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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