bc: get rid of BcNum BcProgram::ib,hexb
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 17 Dec 2018 20:05:09 +0000 (21:05 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 18 Dec 2018 02:30:23 +0000 (03:30 +0100)
commitf6e3f8511e3257022302ad82a6dd6951ff1eae52
treec17615aa00d61c239e408d53d6f910cedb70501d
parent0f31a5c79e8d4a35f790d9f7f2c0a63e3c0d6808
bc: get rid of BcNum BcProgram::ib,hexb

function                                             old     new   delta
zbc_program_num                                      907     943     +36
zbc_program_assign                                   485     474     -11
bc_vm_init                                           757     739     -18
bc_num_ten                                            30       -     -30
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/2 up/down: 36/-59)            Total: -23 bytes
   text    data     bss     dec     hex filename
 981532     485    7296  989313   f1881 busybox_old
 981509     485    7296  989290   f186a busybox_unstripped

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