Open kpp opened 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.
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.