Files
swift-mirror/stdlib/public
Arnold Schwaighofer 9b4f7d62cd Make sure we tail call optimize a call in concurrency runtime's 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
2021-05-15 08:07:55 -07:00
..
2020-12-21 18:44:03 -05:00
2021-04-20 14:59:04 -07:00
2021-01-10 17:53:19 +03:00

The modules in the 'stdlib/public' directory are shipped publicly
as a part of Apple Swift.