summaryrefslogtreecommitdiff
path: root/grep.h
diff options
context:
space:
mode:
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>2009-03-07 12:27:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-07 19:34:53 (GMT)
commit252d560d215581637fcddd7a0a18f89204ecc8d1 (patch)
tree2dcb202b0e77bdf077537425231461f917624515 /grep.h
parent8cc3fe45c92a2e85400a6ee83c3b3a4a8ca1d6c7 (diff)
downloadgit-252d560d215581637fcddd7a0a18f89204ecc8d1.zip
git-252d560d215581637fcddd7a0a18f89204ecc8d1.tar.gz
git-252d560d215581637fcddd7a0a18f89204ecc8d1.tar.bz2
grep: micro-optimize hit collection for AND nodes
In addition to returning if an expression matches a line, match_expr_eval() updates the expression's hit flag if the parameter collect_hits is set. It never sets collect_hits for children of AND nodes, though, so their hit flag will never be updated. Because of that we can return early if the first child didn't match, no matter if collect_hits is set or not. Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'grep.h')
0 files changed, 0 insertions, 0 deletions