Files
wasmtime/docs
Jakob Stoklund Olesen 7e9bdcf059 Allow for special purpose function arguments and return values.
Enumerate a set of special purposes for function arguments that general
purpose code needs to know about. Some of these argument purposes will
only appear in the signature of the current function, representing
things the prologue and epilogues need to know about like the link
register and callee-saved registers.

Get rid of the 'inreg' argument flag. Arguments can be pre-assigned to a
specific register instead.
2017-04-17 15:06:30 -07:00
..
2016-01-12 16:51:35 -08:00
2016-10-28 11:31:22 -07:00
2016-01-21 14:25:16 -08:00
2016-01-12 16:51:35 -08:00
2017-01-25 13:35:18 -08:00