search for: ataskletfunctionname

Displaying 1 result from an estimated 1 matches for "ataskletfunctionname".

2008 Sep 09
2
[LLVMdev] Tail-calling
...circumstance, but that is generally more work for the coder, it 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 taskl...