[llvm-commits] Thread local storage support in the JIT
Nicolas Geoffray
nicolas.geoffray at lip6.fr
Tue Oct 21 12:51:31 PDT 2008
Hi everyone,
This patch enables thread local storage in JIT/Interpreter environments
(on linux/x86). It does 2 things:
- The emission of thread local global variables by giving it an offset
in the thread local register (ie SG).
- The code generation of thread local global variable loads and stores.
What do you guys think?
Thanks,
Nicolas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jit-tls.patch
Type: text/x-diff
Size: 6927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20081021/45355e97/attachment.patch>
More information about the llvm-commits
mailing list