|
|
|
|
|
by mikeash
3279 days ago
|
|
That's nifty, but I don't think it quite gets you there: "It is not always simple to compute the proper value for size. The value is used by __builtin_apply to compute the amount of data that should be pushed on the stack and copied from the incoming argument area." If there was a variant that didn't need this size argument (would probably require being a tail call) then that would do it. |
|