Denys Vlasenko
2d615fee38
bc: convert two macros to functions, unwing one complex max(a,min(b,c))
function old new delta
BC_NUM_AREQ - 45 +45
BC_NUM_MREQ - 33 +33
bc_num_rem 104 91 -13
bc_num_divmod 168 155 -13
bc_num_d 584 569 -15
bc_num_mul 80 62 -18
bc_num_mod 80 62 -18
bc_num_div 80 62 -18
bc_num_sub 112 77 -35
bc_num_add 112 77 -35
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 0/8 up/down: 78/-165) Total: -87 bytes
text data bss dec hex filename
985526 485 7296 993307 f281b busybox_old
985439 485 7296 993220 f27c4 busybox_unstripped
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2018-12-07 16:22:45 +01:00
..
2018-11-02 14:14:51 +01:00
2018-12-07 16:22:45 +01:00
2018-06-06 15:16:48 +02:00
2018-12-06 18:46:42 +01:00
2018-03-29 18:42:11 +02:00
2018-02-01 10:56:19 +01:00
2018-07-23 14:26:55 +02:00
2018-04-07 15:23:10 +02:00
2018-04-16 10:24:48 +02:00
2018-01-14 13:43:31 +01:00
2018-01-14 12:03:33 +01:00
2018-04-08 17:23:27 +02:00