1. 20 Jun, 2017 39 commits
  2. 19 Jun, 2017 1 commit
    • Bill Budge's avatar
      Revert "[wasm] Throttle the amount of unfinished work to avoid OOM" · 4ee49181
      Bill Budge authored
      This reverts commit 1280954d.
      
      Reason for revert: Speculative, GC stress bots started taking much longer after this change.
      
      Original change's description:
      > [wasm] Throttle the amount of unfinished work to avoid OOM
      > 
      > It is possible that the foreground task is unable to clear the
      > scheduled unfinished work, eventually leading to an OOM.
      > 
      > We use either code_range on 64 bit, or the capacity of the code space,
      > as a heuristic for how much memory to use for compilation.
      > 
      > Bug: v8:6492, chromium:732010
      > Change-Id: I1e4c0825351a42fa0b8369ccc41800ac3445563d
      > Reviewed-on: https://chromium-review.googlesource.com/535017
      > Commit-Queue: Brad Nelson <bradnelson@chromium.org>
      > Reviewed-by: Brad Nelson <bradnelson@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#46017}
      
      TBR=bradnelson@chromium.org,mtrofin@chromium.org,ahaas@chromium.org
      
      Change-Id: I8883cee7f77667530bc50f91bfb468c485e6f7f2
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:6492, chromium:732010
      Reviewed-on: https://chromium-review.googlesource.com/540270Reviewed-by: 's avatarBill Budge <bbudge@chromium.org>
      Commit-Queue: Bill Budge <bbudge@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#46020}
      4ee49181