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

Updates to support tail calls, noreturn functions, and external funct… #131

Merged
merged 3 commits into from
Aug 3, 2021

Conversation

simonjwinwood
Copy link
Contributor

…ions

These updates require extra annotations from reopt, including the
'is_tail_call' flag in reachable block annotations, 'start_addr' in
functions annotations, and a new module level annotation
'extFunctions' which is an array of

{ 'llvm_name' : String, 'start_addr' : Addr, 'is_no_return' : Bool }

…ions

These updates require extra annotations from reopt, including the
'is_tail_call' flag in reachable block annotations, 'start_addr' in
functions annotations, and a new module level annotation
'extFunctions' which is an array of

{ 'llvm_name' : String, 'start_addr' : Addr, 'is_no_return' : Bool }
@simonjwinwood simonjwinwood merged commit 92b3959 into master Aug 3, 2021
@simonjwinwood simonjwinwood deleted the wip/tail-call-support branch August 3, 2021 21:53
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.

1 participant