Without tree pruning clang has 2,667,552 points.
Wiht only dominators pruning: 1,515,586.
With both dominators & post-dominators pruning: 1,340,534.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D17671
[sancov] do not instrument nodes that are full post-dominators ClosedPublic Authored by aizatsky on Feb 26 2016, 6:08 PM.
Details Summary Without tree pruning clang has 2,667,552 points.
Diff Detail Event Timelineaizatsky retitled this revision from to [sancov] do not instrument nodes that are full pre-dominators. aizatsky updated this object. Comment Actionsformatting aizatsky retitled this revision from [sancov] do not instrument nodes that are full pre-dominators to [sancov] do not instrument nodes that are full post-dominators.Feb 26 2016, 6:12 PM aizatsky updated this object. This revision is now accepted and ready to land.Feb 26 2016, 6:13 PM Closed by commit rL262103: [sancov] do not instrument nodes that are full pre-dominators (authored by aizatsky). · Explain WhyFeb 26 2016, 6:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 49275 lib/Transforms/Instrumentation/SanitizerCoverage.cpp
|