llst
llst copied to clipboard
Reuse arguments frame
To mark arguments we have to:
- alloc place for them
- call gcroot
- fill them with items
But the lifetime of arguments lasts only 1 instruction (sendMessage). We may reuse the allocated memory for other arguments and reduce the number of allocas.