bc: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 9 Jan 2019 10:17:19 +0000 (11:17 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 9 Jan 2019 10:17:19 +0000 (11:17 +0100)
commitcfc2546ea4be9828acf936231386edc404cb502f
tree9a085f6f17dd54a458604b78d55d91f8e588136f
parenta1698a15dc93e429732d513ecfa3f1be723b51c5
bc: code shrink

function                                             old     new   delta
xc_parse_pushInst_and_Index                            -      16     +16
zbc_parse_expr                                      1818    1816      -2
xc_parse_pushIndex                                    65      61      -4
zbc_parse_pushSTR                                     63      58      -5
zbc_parse_name                                       448     442      -6
xc_parse_pushNUM                                      74      67      -7
zdc_parse_expr                                       479     470      -9
bc_parse_pushJUMP_ZERO                                21      12      -9
bc_parse_pushJUMP                                     21      12      -9
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/8 up/down: 16/-51)            Total: -35 bytes

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