summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2007-11-02 01:55:36 -0400
committerDavid S. Miller <davem@davemloft.net>2008-01-28 15:03:33 -0800
commiteb76bf29dd4aceaf877b8971fbfda8617abe6e05 (patch)
treeee31031ee47e84fbaae478e9a075b6ad28577937 /block
parent1b34fd390c340b0554dcda9552f82d77dff8ed23 (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>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions