Files
wasmtime/filetests
Jakob Stoklund Olesen 6dc5b3e608 Assign call arguments to stack slots.
When making an outgoing call, some arguments may have to be passed on
the stack. Allocate OutgoingArg stack slots for these arguments and
write them immediately before the outgoing call instruction.

Do the same for incoming function arguments on the stack, but use
IncomingArg stack slots instead. This was previously done in the
spiller, but we move it to the legalizer so it is done at the same time
as outgoing stack arguments.

These stack slot assignments are done in the legalizer before live
range analysis because the outgoing arguments usually are in different
SSSA values with their own short live ranges.
2017-08-01 13:54:47 -07:00
..
2017-06-10 10:30:37 -07:00
2017-06-10 10:30:37 -07:00
2017-08-01 13:54:47 -07:00
2017-06-10 10:30:37 -07:00
2017-07-13 10:12:25 -07:00
2017-07-05 08:44:51 -07:00