Skip to content

Conversation

@fp-crypto
Copy link
Owner

No description provided.

@fp-crypto fp-crypto force-pushed the fp-optimize-internal-calls branch from 0134c07 to e24cd92 Compare August 25, 2023 19:23
@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?

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.

4 participants