Go to file
Adhemerval Zanella c9cd7b0ce5 powerpc: POWER8 memcpy optimization for cached memory
On POWER8, unaligned memory accesses to cached memory has little impact
on performance as opposed to its ancestors.

It is disabled by default and will only be available when the tunable
glibc.tune.cached_memopt is set to 1.

                 __memcpy_power8_cached      __memcpy_power7
============================================================
    max-size=4096:     33325.70 ( 12.65%)        38153.00
    max-size=8192:     32878.20 ( 11.17%)        37012.30
   max-size=16384:     33782.20 ( 11.61%)        38219.20
   max-size=32768:     33296.20 ( 11.30%)        37538.30
   max-size=65536:     33765.60 ( 10.53%)        37738.40

	* manual/tunables.texi (Hardware Capability Tunables): Document
	glibc.tune.cached_memopt.
	* sysdeps/powerpc/cpu-features.c: New file.
	* sysdeps/powerpc/cpu-features.h: New file.
	* sysdeps/powerpc/dl-procinfo.c [!IS_IN(ldconfig)]: Add
	_dl_powerpc_cpu_features.
	* sysdeps/powerpc/dl-tunables.list: New file.
	* sysdeps/powerpc/ldsodefs.h: Include cpu-features.h.
	* sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
	(INIT_ARCH): Initialize use_aligned_memopt.
	* sysdeps/powerpc/powerpc64/dl-machine.h [defined(SHARED &&
	IS_IN(rtld))]: Restrict dl_platform_init availability and
	initialize CPU features used by tunables.
	* sysdeps/powerpc/powerpc64/multiarch/Makefile (sysdep_routines):
	Add memcpy-power8-cached.
	* sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add
	__memcpy_power8_cached.
	* sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
	* sysdeps/powerpc/powerpc64/multiarch/memcpy-power8-cached.S:
	New file.

Reviewed-by: Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2017-12-11 17:39:42 -02:00
argp
assert
benchtests benchtests: Enable BENCHSET to run subset of tests 2017-11-28 19:57:46 +05:30
bits Add _Float32 function aliases. 2017-12-07 00:48:31 +00:00
catgets
ChangeLog.old
conform
crypt
csu
ctype
debug x86: Make a space in jmpbuf for shadow stack pointer 2017-11-30 04:58:01 -08:00
dev
dirent
dlfcn
elf elf/rtld.c (init_tls): Add missing new line to the _dl_fatal_printf call [BZ #22577] 2017-12-10 19:10:28 +01:00
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv
iconvdata
include Properly compute offsets of note descriptor and next note [BZ #22370] 2017-11-28 09:57:00 -08:00
inet
intl intl: create target directory for bison 2017-12-01 15:15:16 +01:00
io
libidn
libio
locale
localedata lt_LT locale: Base collation on copy "iso14651_t1" [BZ #22524] 2017-12-07 15:38:11 +01:00
login
mach
malloc Fix integer overflow in malloc when tcache is enabled [BZ #22375] 2017-11-30 13:42:53 +01:00
manual powerpc: POWER8 memcpy optimization for cached memory 2017-12-11 17:39:42 -02:00
math Fix ctanh (0 + i NaN), ctanh (0 + i Inf) (bug 22568, DR#471). 2017-12-07 16:21:00 +00:00
mathvec
misc
nis nss: Export nscd hash function as __nss_hash [BZ #22459] 2017-11-23 14:08:11 +01:00
nptl Add elision tunables 2017-12-05 17:48:48 -02:00
nptl_db
nscd nss: Export nscd hash function as __nss_hash [BZ #22459] 2017-11-23 14:08:11 +01:00
nss nss: Export nscd hash function as __nss_hash [BZ #22459] 2017-11-23 14:08:11 +01:00
po
posix posix: Make tst-getaddrinfo[45] xtests due to DNS dependency [BZ #20826] 2017-11-28 12:20:01 +01:00
pwd
resolv
resource
rt
scripts Remove scripts/update-copyrights handling of intl/plural.c. 2017-11-30 21:25:25 +00:00
setjmp x86: Make a space in jmpbuf for shadow stack pointer 2017-11-30 04:58:01 -08:00
shadow
signal sigwait: Do not fail with EINTR and return error code [BZ #22478] 2017-11-23 11:20:53 +01:00
socket
soft-fp
stdio-common
stdlib Add _Float32 function aliases. 2017-12-07 00:48:31 +00:00
streams
string string: Replace = with += in CFLAGS-xxx.c 2017-12-11 08:39:24 -08:00
sunrpc
support Linux: Implement interfaces for memory protection keys 2017-12-05 15:20:35 +01:00
sysdeps powerpc: POWER8 memcpy optimization for cached memory 2017-12-11 17:39:42 -02:00
sysvipc
termios
time
timezone
wcsmbs Add _Float32 function aliases. 2017-12-07 00:48:31 +00:00
wctype
.gitattributes
.gitignore
abi-tags
aclocal.m4
ChangeLog powerpc: POWER8 memcpy optimization for cached memory 2017-12-11 17:39:42 -02:00
config.h.in Add elision tunables 2017-12-05 17:48:48 -02:00
config.make.in Add elision tunables 2017-12-05 17:48:48 -02:00
configure Add elision tunables 2017-12-05 17:48:48 -02:00
configure.ac Add elision tunables 2017-12-05 17:48:48 -02:00
COPYING
COPYING.LIB
extra-lib.mk
gen-locales.mk
INSTALL Add elision tunables 2017-12-05 17:48:48 -02:00
libc-abis
libof-iterator.mk
LICENSES
MAINTAINERS
Makeconfig
Makefile
Makefile.in
Makerules
NEWS x86-64: Add sinf with FMA 2017-12-07 10:11:16 -08:00
o-iterator.mk
README
Rules
shlib-versions
test-skeleton.c
version.h

This directory contains the sources of the GNU C Library.
See the file "version.h" for what release version you have.

The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system.  It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.

In GNU/Linux systems, the C library works with the Linux kernel to
implement the operating system behavior seen by user applications.
In GNU/Hurd systems, it works with a microkernel and Hurd servers.

The GNU C Library implements much of the POSIX.1 functionality in the
GNU/Hurd system, using configurations i[4567]86-*-gnu.  The current
GNU/Hurd support requires out-of-tree patches that will eventually be
incorporated into an official GNU C Library release.

When working with Linux kernels, this version of the GNU C Library
requires Linux kernel version 3.2 or later.

Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.

The GNU C Library supports these configurations for using Linux kernels:

	aarch64*-*-linux-gnu
	alpha*-*-linux-gnu
	arm-*-linux-gnueabi
	hppa-*-linux-gnu	Not currently functional without patches.
	i[4567]86-*-linux-gnu
	x86_64-*-linux-gnu	Can build either x86_64 or x32
	ia64-*-linux-gnu
	m68k-*-linux-gnu
	microblaze*-*-linux-gnu
	mips-*-linux-gnu
	mips64-*-linux-gnu
	powerpc-*-linux-gnu	Hardware or software floating point, BE only.
	powerpc64*-*-linux-gnu	Big-endian and little-endian.
	s390-*-linux-gnu
	s390x-*-linux-gnu
	sh[34]-*-linux-gnu
	sparc*-*-linux-gnu
	sparc64*-*-linux-gnu
	tilegx-*-linux-gnu
	tilepro-*-linux-gnu

If you are interested in doing a port, please contact the glibc
maintainers; see http://www.gnu.org/software/libc/ for more
information.

See the file INSTALL to find out how to configure, build, and install
the GNU C Library.  You might also consider reading the WWW pages for
the C library at http://www.gnu.org/software/libc/.

The GNU C Library is (almost) completely documented by the Texinfo manual
found in the `manual/' subdirectory.  The manual is still being updated
and contains some known errors and omissions; we regret that we do not
have the resources to work on the manual as much as we would like.  For
corrections to the manual, please file a bug in the `manual' component,
following the bug-reporting instructions below.  Please be sure to check
the manual in the current development sources to see if your problem has
already been corrected.

Please see http://www.gnu.org/software/libc/bugs.html for bug reporting
information.  We are now using the Bugzilla system to track all bug reports.
This web page gives detailed information on how to report bugs properly.

The GNU C Library is free software.  See the file COPYING.LIB for copying
conditions, and LICENSES for notices about a few contributions that require
these additional notices to be distributed.  License copyright years may be
listed using range notation, e.g., 1996-2015, indicating that every year in
the range, inclusive, is a copyrightable year that would otherwise be listed
individually.