Skip to content
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

[Coro] [async] Disable inlining in async coroutine splitting #8130

Merged

Commits on Feb 7, 2024

  1. [Coro] [async] Disable inlining in async coroutine splitting

    The call to the inlining utility does not update the call graph.
    Leading to assertion failures when calling the utility to update the
    call graph.
    
    Instead rely on an inline pass to run after coro splitting and use
    alwaysinline annotations.
    
    github.com/swiftlang/swift/issues/68708
    rdar://115905828
    aschwaighofer committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    4a51a10 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    41c7cea View commit details
    Browse the repository at this point in the history