Skip to content

feat: optimize local calls - #14

Open
fp-crypto wants to merge 2 commits into
mainfrom
fp-optimize-internal-calls
Open

feat: optimize local calls#14
fp-crypto wants to merge 2 commits into
mainfrom
fp-optimize-internal-calls

Conversation

@fp-crypto

Copy link
Copy Markdown
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
Comment thread contracts/VM.sol
@@ -61,14 +63,28 @@ abstract contract VM {
)
);
} else if (flags & FLAG_CT_MASK == FLAG_CT_CALL) {

Copy link
Copy Markdown
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?

Comment thread contracts/VM.sol
self = address(this);
}

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

Copy link
Copy Markdown
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