Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 43) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dconfigure79 …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"
Dconfigure.ac39 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])
DMakefile17 ifeq ($(have-tls-get-addr-optimize),yes)
18 LDFLAGS-tst-tlsmod2.so += -Wl,--no-tls-get-addr-optimize
/glibc-2.36/posix/
Dbug-regex20.c38 int res, optimize; member
215 if (optimized != tests[i].optimize) in main()
218 i, optimized ? "" : "not ", tests[i].optimize ? "" : " not"); in main()
Dtst-regex.input2122 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/
Dtst-tcfree3.c23 #pragma GCC optimize ("O0")
/glibc-2.36/stdio-common/
Dtst-printf-bz18872.sh34 __attribute__ ((optimize ("-O0")))
/glibc-2.36/libio/
Dtst-bz24051.c22 #pragma GCC optimize("O0")
Dtst-bz24153.c21 #pragma GCC optimize ("O0")
/glibc-2.36/sysdeps/powerpc/powerpc64/
Dconfigure.ac29 # It also helps linkers that might not optimize it and end up
Dconfigure40 # It also helps linkers that might not optimize it and end up
/glibc-2.36/benchtests/
Dbench-pthread-mutex-locks.c41 #pragma GCC optimize(1)
Dbench-pthread-locks.c65 #pragma GCC optimize(1)
/glibc-2.36/manual/
Dthreads.texi943 @code{__libc_single_threaded} to optimize atomic operations, unless it
948 that compilers optimize a sequence of single-threaded checks into one
Dctype.texi382 @c always optimize, and the locale can't change in any MT-Safe way, it's
Dnss.texi340 A second point is that the user should try to optimize the lookup
Dmemory.texi274 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
Dresource.texi1528 These two values help to optimize applications. The value returned for
Dllio.texi1434 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
Dmessage.texi1033 optimize this case. Thinking shortly about this one will realize that
Dtime.texi242 If you're trying to optimize your program or measure its efficiency,
/glibc-2.36/
DMakeconfig525 # 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
DNEWS3622 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/
DChangeLog.12489 GCC 3.0 can optimize printf.
1685 check for NaN, optimize x==+-0 handling.
7837 fprintf which gcc can optimize.
DChangeLog.71980 * 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