This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: CC register for x86-64 asm statements. Was: glibc: syscalls for x86-64


On Wed, Nov 22, 2000 at 09:14:34PM -0500, Robert Dewar wrote:
> There are actually many uses of retaining flags over instructions that
> do not affect them...

I'll grant that there are a few such instances.  But by far
the bulk of them concern instructions that affect _no_ flags
rather than affecting _some_ flags.

I'd be willing to bet beer that if you actually did the work
to track all of the flag bits individually on x86, you couldn't
measure a performance difference over the current scheme.


r~

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