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

core/vm: clarify comment #27045

Merged
merged 1 commit into from
Apr 4, 2023
Merged

core/vm: clarify comment #27045

merged 1 commit into from
Apr 4, 2023

Commits on Apr 4, 2023

  1. Update analysis.go

    The reason for the modification is that the original comment mentioned "push zeroes onto the bitvector," which is not accurate. In this scenario, the algorithm sets bits (with a value of 1) on the bitvector, not pushing zeroes. This ensures that the algorithm can correctly mark the following 32 bytes as data.
    joohhnnn authored Apr 4, 2023
    Configuration menu
    Copy the full SHA
    9b8e4d1 View commit details
    Browse the repository at this point in the history