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

feat: optimize local calls #14

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

fp-crypto
Copy link
Owner

No description provided.

@fp-crypto fp-crypto changed the title feat: optimize internal calls feat: optimize local calls Aug 25, 2023
@@ -61,14 +63,28 @@ abstract contract VM {
)
);
} else if (flags & FLAG_CT_MASK == FLAG_CT_CALL) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't STATICCALL and VALUECALL also have the same behavior?

@@ -29,6 +29,8 @@ abstract contract VM {
self = address(this);
}

function dispatch(bytes memory inputs) internal virtual returns (bool success, bytes memory ret) {}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

were these changes to the VM incorporated into ape-roll?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants