[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <200807231405.39515.netdev@axxeo.de>
Date: Wed, 23 Jul 2008 14:05:39 +0200
From: Ingo Oeser <netdev@...eo.de>
To: Wang Chen <wangchen@...fujitsu.com>
Cc: "David S. Miller" <davem@...emloft.net>,
NETDEV <netdev@...r.kernel.org>
Subject: Re: [PATCH 1/2] ipmr: delete redundant variable
Hi Wand Chen,
Wang Chen schrieb:
> But "accessing entry of table by index" is always allowed,
> right?
> If the complier makes such pointer which spills a register with
> the multiply/shift, the simple code as following is bug too:
> i = table[100].field;
> But it shouldn't, right :)
I'm NOT telling you, that your transformation is introducing a BUG.
It is semantically perfectly equivalent.
I'm trying to tell you, that it might not led to the same or better
performance and might thus be not worth it.
But please check the generated assembly yourself on a CISC and RISC
machine to get an idea of the effects. It will be a nice learning
experience I enjoyed myself already.
Best Regards
Ingo Oeser
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists