commit | 640212ae0ea8a1b47cd73a080d77b25b9f3ccd40 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jul 02 15:19:14 2021 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jul 02 15:21:36 2021 +0200 |
tree | 4bdd98a112118c2a79e073ab6ca474fc7004c30d | |
parent | ef5463cf16f88c0992b2073a30ab6081c86fdf23 [diff] |
awk: do not special-case "delete" Rework of the previous fix: Can use operation attributes to disable arg evaluation instead of special-casing. function old new delta .rodata 104032 104036 +4 evaluate 3223 3215 -8 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 1/1 up/down: 4/-8) Total: -4 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>