This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Minor performance improvement for AMD64 assembly routines


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Nicholas Miell wrote:

> The Intel optimization manual does say to avoid using prefixes where
> possible in order to increase decoder throughput. When tuning for
> nocona, gcc doesn't generate the prefixes.

Exactly.  Which is why adding this patch to blended code is a bad idea.
 The prefix decoding in P4 cores is slow.

- --
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)

iD8DBQFBtPnm2ijCOnn/RHQRAklaAKCJiVsA+HSbZURtv5L054HiRi15dACfcHM5
TzaDgTVRKEtWibyB2Sv76Zg=
=EKuD
-----END PGP SIGNATURE-----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]