[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8455f920-3fea-a20b-1ac1-857870c80338@zytor.com>
Date: Wed, 22 Jun 2016 09:36:55 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: David Howells <dhowells@...hat.com>
Cc: Peter Zijlstra <peterz@...radead.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
linux-arch <linux-arch@...r.kernel.org>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: cmpxchg and x86 flags output
On 06/22/16 09:11, David Howells wrote:
> H. Peter Anvin <hpa@...or.com> wrote:
>
>> The question for me is for things like lock patching that we do on x86...
>
> This might be pertinent to what you're asking:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70973
>
I am kind of hesitant to put knowledge of this into gcc, because it
freezes something that currently is not gcc-dependent (although we could
separate out the gcc-generated and non-gcc-generated bits if we really
care.) With the gcc flags output we can do this with assembly code as
well today (on x86), so it is unclear if we have any compelling reason
to need intrinsics that we won't be able to rely on existing for a long
time (the difference between gcc versions that have flags support and
don't have it has already been abstracted out in the x86/asm branch of
the tip tree, so we don't need two versions.)
-hpa
Powered by blists - more mailing lists