Skip to content

Windows swift async #2970

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

Closed
wants to merge 2 commits into from

Conversation

compnerd
Copy link
Member

No description provided.

compnerd added 2 commits May 16, 2021 16:08
The Swift asynchronous calling convention requires some additional setup
on the frame.  In particular, the swift async register needs to be
spilled relative to the frame pointer, which we now accommodate.  This
may require some further refinement due to frame setup restrictions on
Windows, but this initial approach should be sufficient to move towards
a working asynchronous support.
The frame lowering issue that forced this to be disabled has been
resolved, so we should now be able to enable the `swift_async` CC.
@shahmishal shahmishal deleted the branch swiftlang:swift/main October 19, 2021 17:56
@shahmishal shahmishal closed this Oct 19, 2021
@compnerd compnerd deleted the windows-swift_async branch October 19, 2021 22:09
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.

2 participants