Re: [PATCH] Reduce nr of ptr derefs in fs/jffs2/summary.c

From: Jan Engelhardt
Date: Fri Dec 16 2005 - 17:04:31 EST


>> >Benefits:
>> > - micro speed optimization due to fewer pointer derefs
>> > - generated code is slightly smaller
>>
>> Should not these two at best be done by the compiler?
>
>[...]
>But a human *can* make the obvious leap and tell the compiler that the
>value can be computed once and then saved. And besides, isn't the code
>just *much* nicer to look at, above?

The third point Jesper mentioned was about readability, but I never
questioned that.


Jan Engelhardt
--
-
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/