1. 18 Jul, 2019 1 commit
  2. 24 May, 2019 1 commit
  3. 20 May, 2019 1 commit
  4. 17 May, 2019 2 commits
  5. 19 Feb, 2019 1 commit
  6. 08 Nov, 2018 1 commit
  7. 06 Sep, 2018 1 commit
  8. 26 Mar, 2018 1 commit
  9. 01 Mar, 2018 2 commits
    • Gabriel Charette's avatar
      [v8 platform] Introduce CallBlockingTaskFromBackgroundThread() · 2600038d
      Gabriel Charette authored
      and use it for parallel GC as it blocks the main thread.
      
      On Chromium this will result in a TaskPriority::USER_BLOCKING task,
      allowing TaskScheduler to prioritize them above all other async work.
      
      R=ahaas@chromium.org
      
      Bug: chromium:817421
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
      Change-Id: I8c782eb045035ce2899214528deae5a45f0e6600
      Reviewed-on: https://chromium-review.googlesource.com/941946
      Commit-Queue: Gabriel Charette <gab@chromium.org>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51650}
      2600038d
    • Gabriel Charette's avatar
      [v8 platform] Get rid of unused ExpectedRuntime parameter. · 86b4b534
      Gabriel Charette authored
      With a temporary intermediate step to allow adapting embedders before
      getting rid of the ExpectedRuntime method altogether.
      
      The method is being renamed to CallOnWorkerThread() as an effort to
      go away from "background" nomenclature for worker threads ("background"
      usually refers to a priority but worker threads are commonly used for
      high priority tasks in v8).
      Other CLs will follow to rename other "background" APIs.
      
      Bug: v8:7310
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: I2fd4eac7458708d4eacb0f4871c982a567a3865e
      Reviewed-on: https://chromium-review.googlesource.com/941442
      Commit-Queue: Gabriel Charette <gab@chromium.org>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51645}
      86b4b534
  10. 06 Feb, 2018 2 commits