Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Enforce 'musttail' for assured tail call optimization #247

Merged
merged 1 commit into from
Oct 14, 2023

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Oct 12, 2023

The 'musttail' attribute is enforced for return statements that yield the result of a function call. This enhancement ensures more efficient code generation by Clang.

The 'musttail' attribute is enforced for return statements that yield
the result of a function call. This enhancement ensures more efficient
code generation by Clang.
@jserv jserv requested a review from qwe661234 October 12, 2023 15:40
@jserv jserv merged commit 7aa4ea2 into master Oct 14, 2023
@jserv jserv deleted the enforce-musttail-for-branch-instructions branch October 14, 2023 15:07
vestata pushed a commit to vestata/rv32emu that referenced this pull request Jan 24, 2025
…branch-instructions

Enforce 'musttail' for assured tail call optimization
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants