aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-05-16 10:40:02 +0200
committerNikita Popov <nikita.ppv@gmail.com>2021-05-16 10:49:36 +0200
commit6b8b43e7af3074124e3c9e429e1fb08165799be4 (patch)
tree7745dda1f8a949f73cd68648a3c95af4d755e6c5 /lldb/packages/Python/lldbsuite/test
parentaaf5fd4316917506160078139ac2d860d6096bb3 (diff)
downloadllvm-6b8b43e7af3074124e3c9e429e1fb08165799be4.zip
llvm-6b8b43e7af3074124e3c9e429e1fb08165799be4.tar.gz
llvm-6b8b43e7af3074124e3c9e429e1fb08165799be4.tar.bz2
[CaptureTracking] Do not check domination
For the CapturesBefore tracker, it is sufficient to check that I can not reach BeforeHere. This does not necessarily require that BeforeHere dominates I, it can also occur if the capture happens on an entirely disjoint path. This change was previously accepted in D90688, but had to be reverted due to large compile-time impact in some cases: It increases the number of reachability queries that are performed. After recent changes, the compile-time impact is largely mitigated, so I'm reapplying this patch. The remaining compile-time impact is largely proportional to changes in code-size.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions