On 3/28/07, Arjan van de Ven <arjan@xxxxxxxxxxxxx> wrote:
On Tue, 2007-03-27 at 09:17 -0700, Allexio Ju wrote: > I thought those macros simply tell compiler to layout code in such a > way that minimizes unnecessary jumps. it's more than that. it generally also tells the processor what the branch will be, at which point most processors disable their own branch prediction logic. Trying to hand-layout code is almost always a mistake... don't do that. GCC also is quite good at recognizing certain patterns to keep the code flow working. Trying to override that only hurts...
I see... thanks for clarification. allexio - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html