[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <481E2516.7070600@zytor.com>
Date: Sun, 04 May 2008 14:05:26 -0700
From: "H. Peter Anvin" <hpa@...or.com>
To: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
CC: Ingo Molnar <mingo@...e.hu>, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org, "Frank Ch. Eigler" <fche@...hat.com>
Subject: Re: [patch 0/2] Immediate Values - jump patching update
Mathieu Desnoyers wrote:
>
> Following your own suggestion, why don't we fix gcc and make it
> interleave unlikely blocks less heavily with hot blocks ?
>
Doing this with compiler support is definitely The Right Thing, so I
think this is the best way.
>> Furthermore, modern CPUs often speculatively fetch *both*
>> branches of a conditional.
>>
>> This is actually the biggest motivation for patching static branches.
>
> Agreed. I'd like to find some info about which microarchitectures you
> have in mind. Intel Core 2 ?
Not sure about Core 2, although Core 2 definitely can track down the
wrong branch on a mispredict.
> Let's fix gcc ! ;)
Sounds great :)
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists