search for: l442

Displaying 4 results from an estimated 4 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/...
2024 Oct 29
5
[Bug 3748] New: "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature type not supported from ssh agent
https://bugzilla.mindrot.org/show_bug.cgi?id=3748 Bug ID: 3748 Summary: "webauthn-sk-ecdsa-sha2-nistp256 at openssh.com" signature type not supported from ssh agent Product: Portable OpenSSH Version: 9.7p1 Hardware: 68k OS: Mac OS X Status: NEW Severity: enhancement
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.