search for: __memmove_ssse3

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

2011 Jul 07
1
[LLVMdev] Sefault in llvm-mc when emitting an object file
...on fault $ gdb ~/root/bin/llvm-mc Reading symbols from /home/matt/root/bin/llvm-mc...done. (gdb) r --filetype=obj test/asm1.s Starting program: /home/matt/root/bin/llvm-mc --filetype=obj test/asm1.s [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. __memmove_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:160 160 ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S: No such file or directory. in ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S (gdb) bt #0 __memmove_ssse3 () at ../sysdeps/i386/i686/multiarch/memcpy-ssse3.S:160 #1 0xb785d086 in __copy_m<...
2020 Aug 23
2
MultiDatabase shard count limitations
...[.] Perl_leave_scope 0.18% /mnt/btr/public perl [.] S_scan_word 0.18% perl perl [.] Perl_gv_fetchpvn_flags 0.18% perl perl [.] Perl_sv_setsv_flags 0.16% script/public-i libc-2.28.so [.] __memmove_ssse3 0.16% /mnt/btr/public libc-2.28.so [.] __memcmp_sse4_1 0.16% /mnt/btr/public libc-2.28.so [.] malloc_consolidate 0.15% /mnt/btr/public perl [.] Perl_sv_setsv_flags 0.15% /mnt/btr/public libc-2.28.so [.] cfree at GLIBC_2.2.5 0....
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