Message409412
When "Augument Clinic generated code" are parsing arguments, the args are packed to a tuple before passing to callee. This may be unnecessary.
Pass a raw pointer which points to on-stack varargs, and a varargssize integer to indicate how many varargs are passed, can save the time of tuple creation/destruction and value copy. |
|
| Date |
User |
Action |
Args |
| 2021-12-31 10:05:47 | colorfulappl | set | recipients:
+ colorfulappl, larry, erlendaasland |
| 2021-12-31 10:05:47 | colorfulappl | set | messageid: <[email protected]> |
| 2021-12-31 10:05:47 | colorfulappl | link | issue46212 messages |
| 2021-12-31 10:05:46 | colorfulappl | create | |
|