search for: allocatethreadlocalmemory

Displaying 2 results from an estimated 2 matches for "allocatethreadlocalmemory".

2012 Sep 24
2
[LLVMdev] JIT problem with thread local global variable
...hine codes with thread_local memory because in lib/Target/X86/X86JITInfo.cpp, the following function is responsible for allocating thread memory for global variable. It does not return an address, but an index. *char** X86JITInfo <http://140.113.166.39/llvm-3.1.src/HTML/S/8340.html#L442>::allocateThreadLocalMemory <http://140.113.166.39/llvm-3.1.src/HTML/R/13517.html>(size_t <http://140.113.166.39/llvm-3.1.src/HTML/D/21902.html> size <http://140.113.166.39/llvm-3.1.src/HTML/Y/37476.html>) *{*** *#if* *defined*(X86_32_JIT <http://140.113.166.39/llvm-3.1.src/HTML/Y/27302.html>) &&am...
2012 Sep 24
0
[LLVMdev] JIT problem with thread local global variable
...because in > > lib/Target/X86/X86JITInfo.cpp, the following function is responsible for > allocating thread memory for global variable. > > It does not return an address, but an index. > > > *char**X86JITInfo <http://140.113.166.39/llvm-3.1.src/HTML/S/8340.html#L442>::allocateThreadLocalMemory <http://140.113.166.39/llvm-3.1.src/HTML/R/13517.html>(size_t <http://140.113.166.39/llvm-3.1.src/HTML/D/21902.html> size <http://140.113.166.39/llvm-3.1.src/HTML/Y/37476.html>)/{/ > //// > /#if/ *defined*(X86_32_JIT <http://140.113.166.39/llvm-3.1.src/HTML/Y/2730...