Skip to content

[EVM] Experiment with calling convention #747

Open
@vladimirradosavljevic

Description

@vladimirradosavljevic

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions