]> granicus.if.org Git - graphviz/commit
remove a micro-optimization in checkpath
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 03:11:49 +0000 (20:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Jun 2021 02:32:59 +0000 (19:32 -0700)
commit036a73f4601816ccb5ccd7e46857f2524d20e91f
tree9dcd9bda1ba1317c69b231e6a2d9c17b34894af0
parent047c7881e3fbffab080ac73d393d4efc24a83e57
remove a micro-optimization in checkpath

Self-stores like this are effectively free on a modern CPU. The branch guarding
this store is more costly than the store itself.
lib/common/routespl.c