bc: remove use of "BcInstPtr ip" object from loop parsing
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:35:04 +0000 (23:35 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 16 Dec 2018 22:35:04 +0000 (23:35 +0100)
commit5ebd2a612843821989f979b4277931d53b90671d
tree307dca2c04b9a69646db62b60f317f4faefdcce6
parent266aa000126dcbb9e1c93306165f433a167bb50a
bc: remove use of "BcInstPtr ip" object from loop parsing

function                                             old     new   delta
zbc_parse_stmt_possibly_auto                        1964    1909     -55
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-55)             Total: -55 bytes
   text    data     bss     dec     hex filename
 981934     485    7296  989715   f1a13 busybox_old
 981879     485    7296  989660   f19dc busybox_unstripped

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