Displaying 1 result from an estimated 1 matches for "returnvaluefromfunctionbreak".
2008 Sep 09
2
[LLVMdev] Tail-calling
...is language design
and not really relevant here, but I am curious on thoughts
regardless).
The broken (non-first, the second and on) tasklet function signature
would probably just be something along the lines of:
schedulerRelevantEnum aTaskletFunctionName(topOfStackOrContinuationPtr
*ptr, someType ReturnValueFromFunctionBreak)
Basically it would follow sabre's document in this regard pretty
closely. The top most call of a tasklet function (before splitting)
would not contain the return value (since something is calling it, nor
would other tasklet function calls that return nothing. As stated
though, it is pretty i...