[llvm-commits] VM hooks when locking

Nicolas Geoffray nicolas.geoffray at lip6.fr
Thu Jul 30 14:20:51 PDT 2009


Hi all,

Is it OK to apply this patch? It provides hooks for llvm users 
(especially VM implementors) to control when a thread blocks on a mutex. 
It is very useful if the VM wants to know the state of each thread it is 
running.

The changes may probably be too ad-hoc for being integrated in llvm, but 
that's the simplest solution I came up with.


Nicolas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: lockhooks.patch
Type: text/x-patch
Size: 1314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090730/13420248/attachment.bin>


More information about the llvm-commits mailing list