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

Reduce megamorphic call sites in AbstractCallOperation #4288

Merged
merged 1 commit into from
Aug 22, 2022

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Aug 22, 2022

PR description

The four instances of gas in the CALL operations are all implemented
identically. Refactor the method into the abstract parent.

Fixed Issue(s)

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if
    updates are required.

Changelog

The four instances of gas in the CALL operations are all implemented
identically.  Refactor the method into the abstract parent.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
@shemnon shemnon enabled auto-merge (squash) August 22, 2022 14:33
@shemnon shemnon merged commit 2b8b4db into hyperledger:main Aug 22, 2022
jflo pushed a commit to jflo/besu that referenced this pull request Aug 22, 2022
)

The four instances of gas in the CALL operations are all implemented
identically.  Refactor the method into the abstract parent.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
eum602 pushed a commit to lacchain/besu that referenced this pull request Nov 3, 2023
)

The four instances of gas in the CALL operations are all implemented
identically.  Refactor the method into the abstract parent.

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants