Skip to content

[5.5] Runtime/IRGen: Fix async dynamic replacements #37040

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

aschwaighofer
Copy link
Contributor

  • Runtime: For async function async function pointers will be stored in dynamic
    replacement records.

  • IRGen: We need to emit a full async suspend sequence when calling the
    replacement.

rdar://77072669
rdar://77072724

Cherry-pick of #37038 and #37039

* Runtime: For async function async function pointers will be stored in dynamic
replacement records.

* IRGen: We need to emit a full async suspend sequence when calling the
replacement.

rdar://77072669
rdar://77072724
@aschwaighofer
Copy link
Contributor Author

@swift-ci Please test

@aschwaighofer aschwaighofer merged commit b69976b into swiftlang:release/5.5 Apr 23, 2021
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