Displaying 3 results from an estimated 3 matches for "next_link".
Did you mean:
next_line
2003 Dec 19
2
[LLVMdev] About clock and wait instruction
...Does
LLVM understand 'volatile' attribute in C ? (b) My apologies in advance
if I end up (or already have ?) "highjacking" this thread into another
unrelated topic... ]
May be an example (grossly simplified, but otherwise "real life") will
help :
*old = *a->next_link;
*x = 1; /* set a flag - indicates start of operation */
*a->next_link = *b->next_link;
asm("<store fence instruction>");
*x = 0; /* reset the flag - done */
Here, assume that (1) x, a, b and old are all (non-alias) addresses that
map to a s...
2003 Dec 18
0
[LLVMdev] About clock and wait instruction
On Fri, 19 Dec 2003, Yueqiang wrote:
> In high level languge there are usually have time and sync instruction,
> to handle async and sync operation.
> I want to know how LLVM take an count of these.
I'm not sure exactly what 'time' and 'sync' operations you're talking
about, or what languages support them. However, LLVM is designed to make
it trivial to
2003 Dec 18
2
[LLVMdev] About clock and wait instruction
hi,
In high level languge there are usually have time and sync instruction,
to handle async and sync operation.
I want to know how LLVM take an count of these.
thanks
yueqiang
2003/12/19
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031218/07381085/attachment.html>