-
Notifications
You must be signed in to change notification settings - Fork 10.5k
IRGen: Use CallEmission to emit dispatch thunks #35610
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
IRGen: Use CallEmission to emit dispatch thunks #35610
Conversation
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
Build failed |
c228d69
to
37c49bf
Compare
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
Build failed |
37c49bf
to
f136c64
Compare
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
This increases the level of abstraction a bit and makes it easier to stage in the requisite support for async method calls. For now, I've kept the existing, incomplete logic for those. Part of rdar://problem/73625623.
f136c64
to
9813e94
Compare
@swift-ci Please test |
@swift-ci Please test source compatibility |
Build failed |
@swift-ci Please smoke test macOS |
This increases the level of abstraction a bit and makes it easier to stage
in the requisite support for async method calls. For now, I've kept the
existing, incomplete logic for those.
Part of rdar://problem/73625623.