bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Jan 2019 23:34:52 +0000 (00:34 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 3 Jan 2019 23:35:31 +0000 (00:35 +0100)
commit377cc97b193204595d00a0b8d0d2b52c2d596586
treebf9bad79188a49165f4957020255a2bf3d682719
parent02c3d7a1c9ea82a8babf49f8a5305ec942b56dfa
bc: eliminate struct BcInstPtr::results_len_before_call, it is redundant

function                                             old     new   delta
zbc_program_call                                     332     318     -14
zxc_program_exec                                    4147    4087     -60
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/2 up/down: 0/-74)             Total: -74 bytes

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