[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <476689AF.76E4.0078.0@novell.com>
Date: Mon, 17 Dec 2007 13:37:35 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: "Ingo Molnar" <mingo@...e.hu>
Cc: <tglx@...utronix.de>, "Andrew Morton" <akpm@...ux-foundation.org>,
<mingo@...hat.com>, <linux-kernel@...r.kernel.org>, <hpa@...or.com>
Subject: Re: [PATCH] x86-64: make pda's cpunumber and nodenumber
unsigned
>>> Ingo Molnar <mingo@...e.hu> 17.12.07 14:26 >>>
>
>* Jan Beulich <jbeulich@...ell.com> wrote:
>
>> This generally allows better code to be generated, since the zero-
>> extension during 32-bit operations comes for free (needed when the
>> result is used as array index or similar), whereas sign extension must
>> be done explicitly and frequently requires a one byte larger
>> instruction due to the necessary rex64 prefix.
>
>good catch! Applied your patch to x86.git - queued it up for v2.6.25. I
>bet there are tons of other instances where we use signed instead of
>unsigned and get worse code generation.
Yes, definitely. This patch was kind of a testing one whether this is a
welcome change. As it appears to be, I'll probably produce more as I
run into respective cases.
Jan
--
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