P54: use temporary variables to reduce size of generated code
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 2 Nov 2007 05:55:36 +0000 (01:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:03:33 +0000 (15:03 -0800)
When there are 2 linked structures, using a temporary variable to hold a pointer
to the often used structure usually produces better code (smaller and faster)
since compiler does not have to constantly re-fetch data from the first structure.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found