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

[EVM] Experiment with calling convention #747

Open
vladimirradosavljevic opened this issue Dec 11, 2024 · 0 comments
Open

[EVM] Experiment with calling convention #747

vladimirradosavljevic opened this issue Dec 11, 2024 · 0 comments

Comments

@vladimirradosavljevic
Copy link
Contributor

Currently, the calling convention is as follows:

arg1 <- Top of the stack
...
argN
F_return_address

Change this to be:

F_return_address <- Top of the stack
arg1
...
argN

and if it is more profitable, use it as a calling convention.

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

No branches or pull requests

1 participant