1. 14 Jun, 2019 1 commit
  2. 13 Dec, 2018 1 commit
  3. 12 Jan, 2018 1 commit
  4. 09 Nov, 2017 1 commit
  5. 10 Aug, 2017 1 commit
  6. 31 Jul, 2017 1 commit
    • Jakob Gruber's avatar
      [coverage] Don't skip collection if invocation_count is zero · 793053fd
      Jakob Gruber authored
      Function-granularity coverage skips functions that are both uncovered
      and have an uncovered parent. This optimization needs to be tweaked once
      block coverage and incremental collection is in play, as it is possible
      to have a function with invocation_count == 0 (i.e. uncovered at
      function granularity) that still has relevant block-granularity
      coverage.
      
      Bug: v8:6000
      Change-Id: I4cc81b8a6935aa58e29d383ed4fa749cbfe69352
      Reviewed-on: https://chromium-review.googlesource.com/589508Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#46991}
      793053fd
  7. 26 Jul, 2017 1 commit