diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-19 14:57:23 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-19 14:59:22 +0100 |
commit | 684d441f5c8c4eac5962ad0e0b59e8999284fe6a (patch) | |
tree | 37e405245526e7b24c2b7dc1006617842b249205 /libbb/speed_table.c | |
parent | 085b4202209c7cf9fe12b8823c939e8e028ed775 (diff) | |
download | busybox-684d441f5c8c4eac5962ad0e0b59e8999284fe6a.tar.gz |
bc: make bc_program_addFunc() return new idx, untangle &p->fidx interaction
In:
bc_program_addFunc(name, idx);
p->func = bc_program_func(p->fidx);
in some cases p->fidx was updated by _first_ statement - because passed idx
was pointing at it. This was very obscure.
function old new delta
zdc_parse_expr 653 658 +5
bc_program_addFunc 204 201 -3
zbc_vm_process 594 586 -8
bc_vm_init 663 655 -8
zbc_parse_name 482 472 -10
bc_parse_addFunc 25 - -25
zbc_program_asciify 473 447 -26
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 1/5 up/down: 5/-80) Total: -75 bytes
text data bss dec hex filename
981482 485 7296 989263 f184f busybox_old
981401 485 7296 989182 f17fe busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/speed_table.c')
0 files changed, 0 insertions, 0 deletions