We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.