1. 25 Feb, 2020 1 commit
  2. 24 Feb, 2020 2 commits
  3. 10 Jan, 2020 1 commit
  4. 08 Oct, 2019 1 commit
  5. 16 May, 2019 2 commits
    • Jakob Gruber's avatar
      [coverage] Enable optimizations in block coverage modes · 8c33e289
      Jakob Gruber authored
      Now that function counts are based on dedicated call counters instead
      of FeedbackVector::invocation_count, we can enable optimizations for
      block coverage modes.
      
      This significantly speeds up V8 with enabled coverage:
      
      Before this CL, the web-tooling-benchmark regressed by 70% (block
      count coverage vs. no coverage).  With this CL, the regression is
      reduced to 40%.
      
      Bug: v8:6000,v8:9148
      Change-Id: I6bb538bd66f32f016c66c1d1996bce3b25958232
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1615241
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61582}
      8c33e289
    • Jakob Gruber's avatar
      [coverage] Add dedicated FunctionLiteral counters · 3002ff44
      Jakob Gruber authored
      Prior to this CL, call counts at function scope were taken from the
      FeedbackVector::invocation_count field. This had two major drawbacks:
      1. for generator functions, these count the number of resumptions
      instead of the number of calls; and 2. the invocation count is not
      maintained in optimized code.
      
      The solution implemented here is to add a dedicated call counter at
      function scope which is incremented exactly once each time the
      function is called.
      
      A minor complication is that our coverage output format expects
      function-scope counts in the dedicated CoverageFunction object, and
      not as a CoverageBlock. Thus function-scope block counts are initially
      marked with magic positions, and later recognized and rewritten during
      processing.
      
      This CL thus fixes reported generator function call counts and enables
      optimizations in block coverage modes (more to come in a follow-up).
      
      Drive-by: Don't report functions with empty source ranges.
      
      Bug: v8:6000,v8:9148,v8:9212
      Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng
      Change-Id: Idbe5edb35a595cf12b6649314738ac00efd173b8
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1613996
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61574}
      3002ff44
  6. 20 Feb, 2019 1 commit
    • Clemens Hammacher's avatar
      Reland "[inspector] Add wasm profiling test" · 0d4985d0
      Clemens Hammacher authored
      This is a reland of 6202c445.
      Moved skipped test from 'variant == jitless' to
      'lite_mode or variant == jitless'.
      
      Original change's description:
      > [inspector] Add wasm profiling test
      >
      > This adds a first simple test to check that CPU profiles contain wasm
      > function names.
      >
      > R=herhut@chromium.org, kozyatinskiy@chromium.org
      >
      > Bug: v8:8783
      > Change-Id: I26b1fd2b7ec555c073d80a464ee8a799b017b07a
      > Reviewed-on: https://chromium-review.googlesource.com/c/1454597
      > Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      > Reviewed-by: Stephan Herhut <herhut@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#59703}
      
      TBR=herhut@chromium.org
      
      Bug: v8:8783
      Change-Id: I4f68db86bf1caa4f0d68dd4fa227ded25bf5145a
      Reviewed-on: https://chromium-review.googlesource.com/c/1477678Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#59730}
      0d4985d0
  7. 19 Feb, 2019 2 commits
  8. 15 Feb, 2019 1 commit
  9. 05 Feb, 2019 1 commit
  10. 25 Jan, 2019 1 commit
  11. 21 Dec, 2018 1 commit
    • Jakob Gruber's avatar
      [coverage] Rework continuation counter handling · 9365d090
      Jakob Gruber authored
      This changes a few bits about how continuation counters are handled.
      
      It introduces a new mechanism that allows removal of a continuation
      range after it has been created. If coverage is enabled, we run a first
      post-processing pass on the AST immediately after parsing, which
      removes problematic continuation ranges in two situations:
      
      1. nested continuation counters - only the outermost stays alive.
      2. trailing continuation counters within a block-like structure are
         removed if the containing structure itself has a continuation.
      
      R=bmeurer@chromium.org, jgruber@chromium.org, yangguo@chromium.org
      
      Bug: v8:8381, v8:8539
      Change-Id: I6bcaea5060d8c481d7bae099f6db9f993cc30ee3
      Reviewed-on: https://chromium-review.googlesource.com/c/1339119Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
      Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
      Commit-Queue: Jakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#58443}
      9365d090
  12. 13 Dec, 2018 1 commit
  13. 31 May, 2018 2 commits
  14. 20 Nov, 2017 1 commit
  15. 08 Sep, 2017 1 commit
  16. 28 Aug, 2017 1 commit
  17. 23 Aug, 2017 1 commit
  18. 10 Aug, 2017 1 commit
  19. 07 Aug, 2017 1 commit
  20. 02 Aug, 2017 2 commits
  21. 31 Jul, 2017 2 commits
  22. 27 Jul, 2017 1 commit
  23. 26 Jul, 2017 1 commit
  24. 17 Jul, 2017 1 commit
  25. 14 Jul, 2017 1 commit
  26. 13 Jul, 2017 1 commit
  27. 07 Jul, 2017 1 commit
  28. 06 Jul, 2017 1 commit
  29. 23 Jun, 2017 2 commits
  30. 19 May, 2017 1 commit
  31. 28 Apr, 2017 1 commit
  32. 03 Apr, 2017 1 commit
  33. 24 Mar, 2017 1 commit