]> granicus.if.org Git - graphviz/commit
remove strcmp micro-optimizations
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 4 Jan 2021 00:16:23 +0000 (16:16 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 27 Feb 2021 19:47:41 +0000 (11:47 -0800)
commitf5a326cb061866bb3beaa33c3e5169efe7fc134d
tree1f6ad8dd4201b62e7d27f98d550fef23cef146b7
parent5ccbf4b8c10f6d552c42435fb7cb5d03b73ca900
remove strcmp micro-optimizations

Modern compilers can do these tricks themselves, so we are better off writing
more straightforward readable code.
cmd/mingle/minglemain.c
lib/ast/ast.h
lib/common/emit.c
lib/inkpot/inkpot_scheme.c
tclpkg/gv/gv.cpp
tclpkg/tcldot/tcldot-util.c