bc: code shrink
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 21 Dec 2018 22:13:48 +0000 (23:13 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 21 Dec 2018 22:13:48 +0000 (23:13 +0100)
commit1dc4de9d9bbdf3f60b76cecf94d756ef9394e25f
tree204ab7e59b979fdb61fce0fe7023dcb3420d2ac3
parent24e41946355a77b97b43bc64a2a9861c0185f88a
bc: code shrink

function                                             old     new   delta
bc_result_pop_and_push                                 -      73     +73
zbc_program_exec                                    4068    4064      -4
bc_program_binOpRetire                                46      32     -14
zdc_program_assignStr                                146     126     -20
zdc_program_asciify                                  395     370     -25
bc_program_retire                                     35       7     -28
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 0/5 up/down: 73/-91)            Total: -18 bytes

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