We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
push.* drop
Since 0xPolygonMiden/miden-vm#1122 has been merged, we should be able to remove additional push.* drop lines before decorators invocation.
Lines marked as # TODO: remove line, see miden-vm/#1122 should be removed.
# TODO: remove line, see miden-vm/#1122
This task is done when masm code will be correctly executed without additional push.* drop lines.
masm
No response
The text was updated successfully, but these errors were encountered:
push dpop
syscall
call
@PhilippGackstatter - this is largely done already, right? Or is there more of this remaining?
Sorry, something went wrong.
Yes, the last remaining one is removed in #1090, but most of them were removed in #1073, so closing this issue.
No branches or pull requests
What should be done?
Since 0xPolygonMiden/miden-vm#1122 has been merged, we should be able to remove additional
push.* drop
lines before decorators invocation.How should it be done?
Lines marked as
# TODO: remove line, see miden-vm/#1122
should be removed.When is this task done?
This task is done when
masm
code will be correctly executed without additionalpush.* drop
lines.Additional context
No response
The text was updated successfully, but these errors were encountered: