Displaying 1 result from an estimated 1 matches for "_implement_".
2003 Dec 18
0
[LLVMdev] About clock and wait instruction
...of
LLVM intrinsic functions). After the sync issues are handled, we can
start thinking about the higher-level issues like thread creation,
joining, cancellation, etc.
* I'd like to be able to support "arbitrary" sorts of synchronization in
LLVM. For example, you should be able to _implement_ the various
'light-weight synchronization' constructs with the LLVM constructs.
Also, things like read-copy-update should be implementable, as well as
the typical mechanisms people use to make things like COW strings
efficient.
* Being able to _implement_ the synchronization parts o...