search for: l442

Displaying 3 results from an estimated 3 matches for "l442".

Did you mean: 442
2012 Sep 24
2
[LLVMdev] JIT problem with thread local global variable
...o emit machine 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/...
2012 Sep 24
0
[LLVMdev] JIT problem with thread local global variable
...t; 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....
2018 Jan 29
0
[lld] Garbage collection of linked sections with the SHF_LINK_ORDER flag
...nd D are equal too. Current implementation as you mentioned simply propogates the flag in a hacky way instead when target is ARM. And easy change for your case would be to remove "if (Config->EMachine == EM_ARM)" check at line https://github.com/llvm-mirror/lld/blob/master/ELF/ICF.cpp#L442 I believe. I do not know what way we would want to go here. +Rui and Rafael. George.