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

Track whether a function body contains resume instructions. #73

Closed
wants to merge 1 commit into from

Conversation

dhil
Copy link
Member

@dhil dhil commented Mar 19, 2024

This PR extends the public API of FuncValidator with predicate resumes_continuation which returns whether the function body contains resume instructions. This predicate can help us decide whether the vmruntime limits pointer needs to be declare in the function prelude during codegen in cranelift/wasmtime.

@dhil dhil requested a review from frank-emrich March 19, 2024 13:22
@dhil dhil closed this Mar 19, 2024
@dhil dhil deleted the wasmfx-funcval-resume branch March 19, 2024 13:37
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