Searched refs:optimize (Results 1 – 25 of 43) sorted by relevance
12
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | configure | 79 …cho "$as_me:${as_lineno-$LINENO}: checking for linker that supports --no-tls-get-addr-optimize" >&5 80 $as_echo_n "checking for linker that supports --no-tls-get-addr-optimize... " >&6; } 87 -Wl,--no-tls-get-addr-optimize -nostdlib -nostartfiles 96 if ${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS $no_ssp -Wl,--no-tls-get-addr-optimize -nostdlib \ 98 | grep "warning: --no-tls-get-addr-optimize ignored" > /dev/null 2>&1; then 114 have-tls-get-addr-optimize = $libc_cv_tls_get_addr_optimize"
|
D | configure.ac | 39 LIBC_LINKER_FEATURE([--no-tls-get-addr-optimize], [-Wl,--no-tls-get-addr-optimize], 41 LIBC_CONFIG_VAR([have-tls-get-addr-optimize], [$libc_cv_tls_get_addr_optimize])
|
D | Makefile | 17 ifeq ($(have-tls-get-addr-optimize),yes) 18 LDFLAGS-tst-tlsmod2.so += -Wl,--no-tls-get-addr-optimize
|
/glibc-2.36/posix/ |
D | bug-regex20.c | 38 int res, optimize; member 215 if (optimized != tests[i].optimize) in main() 218 i, optimized ? "" : "not ", tests[i].optimize ? "" : " not"); in main()
|
D | tst-regex.input | 2122 used to optimize loop/select. 3543 * stdlib/random_r.c: Help gcc to optimize the code. 7028 the shared object from the global scope list and optimize
|
/glibc-2.36/malloc/ |
D | tst-tcfree3.c | 23 #pragma GCC optimize ("O0")
|
/glibc-2.36/stdio-common/ |
D | tst-printf-bz18872.sh | 34 __attribute__ ((optimize ("-O0")))
|
/glibc-2.36/libio/ |
D | tst-bz24051.c | 22 #pragma GCC optimize("O0")
|
D | tst-bz24153.c | 21 #pragma GCC optimize ("O0")
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | configure.ac | 29 # It also helps linkers that might not optimize it and end up
|
D | configure | 40 # It also helps linkers that might not optimize it and end up
|
/glibc-2.36/benchtests/ |
D | bench-pthread-mutex-locks.c | 41 #pragma GCC optimize(1)
|
D | bench-pthread-locks.c | 65 #pragma GCC optimize(1)
|
/glibc-2.36/manual/ |
D | threads.texi | 943 @code{__libc_single_threaded} to optimize atomic operations, unless it 948 that compilers optimize a sequence of single-threaded checks into one
|
D | ctype.texi | 382 @c always optimize, and the locale can't change in any MT-Safe way, it's
|
D | nss.texi | 340 A second point is that the user should try to optimize the lookup
|
D | memory.texi | 274 memory and manage these areas to optimize their use and reduce wastage in the 277 multiple such areas to optimize their use in multi-threaded applications. Each 3348 paging allocator which pages should remain in real memory to optimize
|
D | resource.texi | 1528 These two values help to optimize applications. The value returned for
|
D | llio.texi | 1434 same file system. The system can optimize such copy operations. This 2472 * Configuration of AIO:: How to optimize the AIO implementation. 3212 @subsection How to optimize the AIO implementation
|
D | message.texi | 1033 optimize this case. Thinking shortly about this one will realize that
|
D | time.texi | 242 If you're trying to optimize your program or measure its efficiency,
|
/glibc-2.36/ |
D | Makeconfig | 525 # so they won't confuse gdb. We could use either the 'GCC optimize' pragma 526 # or the 'optimize' function attribute to achieve this; however, at least on
|
D | NEWS | 3622 the compiler will not optimize out calls to explicit_bzero even if they 4885 large collation sequences to optimize multiple passes. This cache 4891 rules for large collation sequences to optimize multiple passes and falls
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 489 GCC 3.0 can optimize printf. 1685 check for NaN, optimize x==+-0 handling. 7837 fprintf which gcc can optimize.
|
D | ChangeLog.7 | 1980 * string/bits/string2.h: Add missing braces and optimize strcmp a 3701 optimize for branch delay slot usage. 7639 * sysdeps/libm-i387/e_lgamma_r.c: Don't let optimize compile the 8383 optimize out the operations.
|
12