search for: forkee

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

Did you mean: forked
2006 Oct 30
2
[LLVMdev] "fork" and "sync" for LLVM thread support - any comments?
...n on what to do about sync's that are unpaired. We could either do some work and complain at compile-time, or simply have such syncs hang. The latter makes more sense to me. - An important point is that when generating code, how do you know who is the "forker" and who is the "forkee" if all you have are sync instructions that look alike? There are a few answers: a) If all sync tokens are compile-time constants, then it actually shouldn't matter (expect maybe for performance.) All tokens (and by extension, their respective sync instructions) will be able to be p...