From: Dmitry Torokhov Date: Fri, 2 Nov 2007 05:55:36 +0000 (-0400) Subject: P54: use temporary variables to reduce size of generated code X-Git-Tag: v2.6.25-rc1~1162^2~637 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb76bf29dd4aceaf877b8971fbfda8617abe6e05;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed