Re: [PATCH 2/2] jump labels/x86: Use etiher 5 byte or 2 byte jumps

From: H. Peter Anvin
Date: Thu Jan 19 2012 - 09:58:36 EST


On 01/19/2012 06:56 AM, Steven Rostedt wrote:

Is it possible that the compiler choose a jump that is not 2 or 5-byte ?
e.g. a jmp rel16 (e9 opcode) on 32-bit x86, or any of the other

Isn't e9 the 5 byte opcode?


I think Mathieu is thinking of 66 e9 rel16 (66 e9 xx xx) which isn't used by the compiler since it truncates the result to 16 bits.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/