]> granicus.if.org Git - strace/commit
Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 22 Feb 2013 12:23:38 +0000 (13:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 22 Feb 2013 12:23:38 +0000 (13:23 +0100)
commit40d63b9a92e049986fce1fb91cca10fdd3d3a64a
treef2c8c8e1ab20bd74078b965d4e64e7dd6add3261
parentc1540fe19d0980be3f6a218c91a03983f8a86009
Use tcp->qual_flg instead of qual_flags[] in verbose() and abbrev()

We have hundreds of uses of these macros.
Result is more efficient and 1.1 kbyte shorter code:

  text    data     bss     dec     hex filename
245579     700   12928  259207   3f487 strace.t5/strace
244471     700   12928  258099   3f033 strace.t6/strace

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
defs.h