commit | eb76bf29dd4aceaf877b8971fbfda8617abe6e05 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Nov 02 01:55:36 2007 -0400 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:03:33 2008 -0800 |
tree | ee31031ee47e84fbaae478e9a075b6ad28577937 | |
parent | 1b34fd390c340b0554dcda9552f82d77dff8ed23 [diff] |
P54: use temporary variables to reduce size of generated code 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>