1. 30 Nov, 2018 1 commit
  2. 29 Nov, 2018 1 commit
    • Aseem Garg's avatar
      Revert "[wasm] Add I64AtomicWait implementation" · f4775f1c
      Aseem Garg authored
      This reverts commit 9436e8a8.
      
      Reason for revert: Breaks TSAN.
      
      Original change's description:
      > [wasm] Add I64AtomicWait implementation
      > 
      > Bug=v8:8075
      > R=​adamk@chromium.org,binji@chromium.org
      > 
      > Change-Id: I11ef5daccd043123b23e60c93ee0df79cabe9ccd
      > Reviewed-on: https://chromium-review.googlesource.com/c/1342948
      > Reviewed-by: Adam Klein <adamk@chromium.org>
      > Reviewed-by: Ben Smith <binji@chromium.org>
      > Commit-Queue: Aseem Garg <aseemgarg@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#57917}
      
      TBR=binji@chromium.org,adamk@chromium.org,aseemgarg@chromium.org
      
      Change-Id: Ic82ce8794410a0d4d19de07abd9bb8a7aaff1c1c
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Reviewed-on: https://chromium-review.googlesource.com/c/1351303Reviewed-by: 's avatarAseem Garg <aseemgarg@chromium.org>
      Commit-Queue: Aseem Garg <aseemgarg@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57919}
      f4775f1c
  3. 28 Nov, 2018 1 commit
  4. 20 Nov, 2018 1 commit
  5. 18 Jul, 2018 1 commit
  6. 19 Jun, 2018 1 commit
  7. 05 Jun, 2018 1 commit
  8. 29 May, 2018 1 commit
  9. 01 Feb, 2017 1 commit
  10. 27 Jan, 2017 1 commit
  11. 13 Jul, 2016 1 commit
  12. 30 Sep, 2015 1 commit
  13. 21 Aug, 2015 1 commit
    • binji's avatar
      Signal a blocked futex if the isolate is interrupted; don't busy-wait · b7cf7327
      binji authored
      FutexEmulation::Wait can potentially block forever on a condition variable. We
      want to allow this to be interrupted (for a debugger, or to terminate the
      thread, for example).
      
      The previous implementation would periodically wake up the waiter to check for
      interrupts. This CL modifies the StackGuard so it wakes the blocked futex if
      the thread should be interrupted.
      
      BUG=chromium:497295
      R=jarin@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/1230303005
      
      Cr-Commit-Position: refs/heads/master@{#30311}
      b7cf7327
  14. 11 Aug, 2015 1 commit
  15. 17 Jul, 2015 1 commit