Skip to content

Conversation

eeckstein
Copy link
Contributor

@eeckstein eeckstein commented Mar 29, 2023

Inline-always should only be used on relatively small functions. It must not be used on recursive functions. Add a check that prevents that inlining of large @inline(__always) functions.

#64319
rdar://106655649

This is a cherry-pick of commit 0a4b0a8 of #64635

Inline-always should only be used on relatively small functions. It must not be used on recursive functions.
Add a check that prevents that inlining of large @inline(__always) functions.

swiftlang#64319
rdar://106655649
@eeckstein eeckstein requested a review from a team as a code owner March 29, 2023 12:27
@eeckstein
Copy link
Contributor Author

@swift-ci test

@eeckstein eeckstein merged commit 5292d6d into swiftlang:release/5.9 Mar 29, 2023
@eeckstein eeckstein deleted the fix-inline-always-5.9 branch March 29, 2023 21:54
@AnthonyLatsis AnthonyLatsis added the 🍒 release cherry pick Flag: Release branch cherry picks label May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants