ash: remove one redundant function, improve string sharing, better field names
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 2 Jun 2010 10:56:18 +0000 (12:56 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 2 Jun 2010 10:56:18 +0000 (12:56 +0200)
commit8837c5dec402fd6782589c0a676bc7f90dea4061
tree0d8633fecd6479603bdd72af78d8d14251b38202
parent8376bfae58f1e32325eef934aaea8116995bb96a
ash: remove one redundant function, improve string sharing, better field names

function                                             old     new   delta
var_end                                                -      15     +15
changepath                                           194     192      -2
setvareq                                             222     218      -4
lookupvar                                             57      51      -6
bltinlookup                                           57      51      -6
evalfun                                              452     443      -9
varequal                                              14       -     -14
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 0/5 up/down: 15/-41)            Total: -26 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/ash.c