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

AVM: Handle Teal programs with manual constant blocks better #4442

Merged
merged 3 commits into from
Sep 1, 2022

Commits on Aug 22, 2022

  1. Handle Teal programs with manual constant blocks better

    This PR fixes algorand#4034, by forcing the use of "push*" when mixing manual
    constant blocks with the int/byte/addr/method pseudo-ops. (And a
    related disassembly bug).
    
    However, to avoid this "deoptimization" when manual blocks are used to
    add program metadata, deadcode constant blocks are ignored for this
    check.
    jannotti committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    7990b5c View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    019df3b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    7893fa4 View commit details
    Browse the repository at this point in the history