search for: __sigsetjmp

Displaying 10 results from an estimated 10 matches for "__sigsetjmp".

2011 Oct 05
0
[LLVMdev] setjmp - longjmp
That code should do it, but I realized you only detect setjmp functions by name. My code is calling "__sigsetjmp" not "segsetjmp". You only support these functions: static const char *ReturnsTwiceFns[] = { "_setjmp", "setjmp", "sigsetjmp", "setjmp_syscall", "savectx", "qsetjmp", "vfork", &qu...
2011 Oct 05
1
[LLVMdev] setjmp - longjmp
Actually my problem is solved when I added "__sigsetjmp" to this list. Thanks, -Khaled On Tue, Oct 4, 2011 at 10:27 PM, Khaled ElWazeer <khalid.alwazeer at gmail.com>wrote: > > That code should do it, but I realized you only detect setjmp functions by > name. My code is calling "__sigsetjmp" not "segsetjmp". Yo...
2011 Oct 04
2
[LLVMdev] setjmp - longjmp
On Oct 4, 2011, at 3:53 PM, Eli Friedman wrote: > On Tue, Oct 4, 2011 at 3:10 PM, Khaled ElWazeer > <khalid.alwazeer at gmail.com> wrote: >> Hi, >> >> I have some code which has sigsetjmp / longjmp. After a longjmp, unreachable >> is inserted, which is fine. The problem is that in the backend before >> calling longjmp, some register was spilled to a
2009 Mar 23
2
[LLVMdev] Problem Compiling Test-suite
Hello, I am new in using llvm so I would like to get some help on how to compile test-suite. Assumptions: llvm is in /llvm directory llvm-gcc is in /llvm-4.2-2.4-x86-linux-RHEL4/bin I have tried compiling test-suite and I get the following error: $make make[1]: Entering directory '/llvm/projects/test-suite/SingleSource' make[2]: Entering directory
2011 Oct 05
0
[LLVMdev] setjmp - longjmp
On Oct 4, 2011, at 8:23 PM, Khaled ElWazeer wrote: > Actually my problem is solved when I added "__sigsetjmp" to this list. Rafael just added a returns_twice function attribute to LLVM IR. I expect he will update the callsFunctionThatReturnsTwice() function soon. /jakob
2017 Aug 01
2
[RFC] Profile guided section layout
...L__sub_I_PDB.cpp __cxa_atexit 1 _GLOBAL__sub_I_Signals.cpp __cxa_atexit 1 _ZN4llvm4errsEv __cxa_atexit 1 _ZN4llvm4outsEv __cxa_atexit 1 _GLOBAL__sub_I_MCContext.cpp getenv 1 _GLOBAL__sub_I_IRSymtab.cpp getenv 1 _ZL10getVersionv getenv 1 _ZN3lld3elf12LinkerDriver4mainEN4llvm8ArrayRefIPKcEEb getenv 1 __sigsetjmp __sigjmp_save 1 _setjmp __sigsetjmp 1 generic_start_main _setjmp 1 __libc_init_first __ctype_init 1 generic_start_main __libc_csu_init 1 __pthread_initialize_minimal_internal __libc_setup_tls 1 generic_start_main __libc_init_first 1 _start __libc_start_main 1 __libc_start_main get_common_indeces.co...
2017 Jul 31
2
[RFC] Profile guided section layout
A rebased version of the lld patch is attached. Cheers, Rafael On 31 July 2017 at 15:11, Rafael Avila de Espindola <rafael.espindola at gmail.com> wrote: > Tobias Edler von Koch <tobias at codeaurora.org> writes: > >> Hi Rafael, >> >> On 07/31/2017 04:20 PM, Rafael Avila de Espindola via llvm-dev wrote: >>> However, do we need to start with
2020 Aug 23
2
MultiDatabase shard count limitations
...oc at plt 0.01% script/public-i libxapian.so.30.8.0 [.] GlassTable::basic_open 0.01% perl perl [.] Perl_sv_add_backref 0.01% script/public-i libxapian.so.30.8.0 [.] Xapian::Database::add_database 0.01% script/public-i libc-2.28.so [.] __sigsetjmp 0.01% git [unknown] [k] 0xffffffff81800eb0 0.01% git ld-2.28.so [.] _dl_relocate_object 0.01% git libc-2.28.so [.] malloc_init_state 0.01% git ld-2.28.so [.] _dl_fixup 0.01% scri...
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from February 2020, I've got 390 Xapian shards for 130 public inboxes I want to search against(*). There's more on the horizon (we're expecting tens of thousands of public inboxes). After bumping RLIMIT_NOFILE and running ->add_database a bunch, the actual queries seem to be taking ~30s (not good :x). Now I'm
2004 Aug 26
6
chan_capi module
...ot; /usr/include/setjmp.h:50: error: syntax error before "__THROW" /usr/include/setjmp.h:53: error: syntax error before "__USING_NAMESPACE_STD" /usr/include/setjmp.h: In function `__USING_NAMESPACE_STD': /usr/include/setjmp.h:58: error: storage class specified for parameter `__sigsetjmp'/usr/include/setjmp.h:58: error: syntax error before "__THROW" /usr/include/setjmp.h:63: error: storage class specified for parameter `_setjmp'/usr/include/setjmp.h:63: error: syntax error before "__THROW" In file included from /usr/include/asterisk/channel.h:22,...