hush: in run_list(), some loop_top ops seems to be superfluous.
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 28 Jul 2008 15:17:44 +0000 (15:17 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 28 Jul 2008 15:17:44 +0000 (15:17 -0000)
commitcf22c89f9a7d19166fa038d3bb2bac3011f946fd
treeeb1def85fdf023d76a2d0e6bdf3a927791658acd
parent12acec5ad40cba57e621829f7339eeb16d981f9f
hush: in run_list(), some loop_top ops seems to be superfluous.
 comment them out. Also, use separate temp variable
 for verification loop, helps gcc to optimize better.

function                                             old     new   delta
run_list                                            2039    1984     -55
shell/hush.c