[PATCH] D51453: Refactor BreakpointResolver::SetSCMatchesByLine()

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 16:33:22 PDT 2018


aprantl marked an inline comment as done.
aprantl added a comment.

FYI: I tried to benchmark this using `break set -A -p begin` and similar things, but in all my experiments the variation between test runs was much larger than any difference with or without my patch. The filtering of the breakpoint locations is really cheap compared to everything else that is being done.


Repository:
  rL LLVM

https://reviews.llvm.org/D51453





More information about the llvm-commits mailing list