Dmitry Torokhov eb76bf29dd 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>
2008-01-28 15:03:33 -08:00
..
2008-01-28 14:58:25 -08:00
2008-01-28 15:03:05 -08:00
2007-12-17 17:01:39 -05:00
2007-10-10 16:51:13 -07:00
2008-01-28 14:58:25 -08:00
2008-01-28 15:03:32 -08:00
2008-01-28 15:03:32 -08:00