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

Bc if invisible #1232

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Bc if invisible #1232

wants to merge 5 commits into from

Conversation

JanJecmen
Copy link
Collaborator

No description provided.

…iler

`function() invisible(return(5))` would trip the bytecode verifier since we'd emit ret_ in the inlined promise in the middle of the `invisible` call sequence, leaving stuff on the stack...
For now, track when inlining promises and emit return_ in those cases (since return_ does a longjump and resets stack).
Ideally we would just not emit any code after finding a call to return, but this would be more involved to change.
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