-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
compilerGeneral compiler. Should eventually become more specific as the issue is triagedGeneral compiler. Should eventually become more specific as the issue is triagedteam:compilerCompiler TeamCompiler Team
Description
Return the result from the main
function, or the public ABI functions in the case of contracts, using the return
opcode.
If the value is not held in one register, i.e. if it is a reference to some stack or heap memory, do we need to copy that memory somewhere? cc @adlerjohn
Metadata
Metadata
Assignees
Labels
compilerGeneral compiler. Should eventually become more specific as the issue is triagedGeneral compiler. Should eventually become more specific as the issue is triagedteam:compilerCompiler TeamCompiler Team