| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[compiler] Skip coverage tracing for gap-move verification
The algorithm to verify gap moves can be very expensive. In the linked
issue it takes >90% of the overall execution time.
This change, together with https://crrev.com/c/7485635, will bring it
down to ~40%, i.e. a >2x speedup.
The hypothesis is that coverage information about this verification
algorithm is not interesting for the fuzzer to make progress in covering
the actually interesting parts.
This hopefully speeds up multiple fuzzers to allow for more executions
per second, making fuzzers more efficient and hence more effective
overall.
R=mlie...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |