• yangguo's avatar
    [debug] introduce precise binary code coverage. · d71ef941
    yangguo authored
    With precise binary code coverage, the reported count is either 0 or 1.
    We only report 1 the first time we collect coverage data after the
    function has been executed.
    
    Since we do not care about the accurate execution count, we can optimize
    the function once it has been executed once.
    
    Also change best effort coverage to be implicitly binary.
    
    R=caseq@chromium.org, jgruber@chromium.org, pfeldman@chromium.org
    BUG=v8:5808
    
    Review-Url: https://codereview.chromium.org/2766573003
    Cr-Commit-Position: refs/heads/master@{#44074}
    d71ef941
Name
Last commit
Last update
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
runtime Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
inspector-impl.cc Loading commit data...
inspector-impl.h Loading commit data...
inspector-test.cc Loading commit data...
inspector.gyp Loading commit data...
inspector.isolate Loading commit data...
inspector.status Loading commit data...
json-parse-expected.txt Loading commit data...
json-parse.js Loading commit data...
protocol-test.js Loading commit data...
task-runner.cc Loading commit data...
task-runner.h Loading commit data...
testcfg.py Loading commit data...