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

Reverse __tact_store_bool parameters to remove extra SWAP #1571

Open
i582 opened this issue Jan 25, 2025 · 0 comments
Open

Reverse __tact_store_bool parameters to remove extra SWAP #1571

i582 opened this issue Jan 25, 2025 · 0 comments
Assignees
Labels
kind: gas! Gas consumption and fee-related things
Milestone

Comments

@i582
Copy link
Contributor

i582 commented Jan 25, 2025

__tact_store_bool currently compiles to:

SWAP
1 STI

We can generate the parameters in reverse order to remove the need for SWAP.

Blocked by #1584

@i582 i582 added the kind: gas! Gas consumption and fee-related things label Jan 25, 2025
@anton-trunov anton-trunov changed the title __tact_store_bool improvement Reverse __tact_store_bool parameters to remove SWAP Jan 26, 2025
@anton-trunov anton-trunov added this to the v1.6.0 milestone Jan 26, 2025
@anton-trunov anton-trunov changed the title Reverse __tact_store_bool parameters to remove SWAP Reverse __tact_store_bool parameters to remove extra SWAP Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: gas! Gas consumption and fee-related things
Projects
None yet
Development

No branches or pull requests

2 participants