0x7CFE / llst

LLVM powered Little Smalltalk.
Other
93 stars 10 forks source link

Reuse arguments frame #60

Open kpp opened 9 years ago

kpp commented 9 years ago

To mark arguments we have to:

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.