Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Issue 2659083004: [SAB] Fix crash in Atomics.wake w/ infinite count. (Closed)

Created:
3 years, 10 months ago by binji
Modified:
3 years, 10 months ago
Reviewers:
Camillo Bruni
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[SAB] Fix crash in Atomics.wake w/ infinite count. Also if the count is not specified, it should wake all waiters. BUG=v8:4777 Review-Url: https://codereview.chromium.org/2659083004 Cr-Commit-Position: refs/heads/master@{#42871} Committed: https://chromium.googlesource.com/v8/v8/+/aa3422b6713040ace576f776b9373765e4e9806c

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -8 lines) Patch
M src/futex-emulation.h View 1 2 chunks +7 lines, -3 lines 0 comments Download
M src/futex-emulation.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M src/js/harmony-atomics.js View 1 2 chunks +8 lines, -1 line 0 comments Download
M src/runtime/runtime-futex.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/harmony/futex.js View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
binji
3 years, 10 months ago (2017-01-27 20:28:28 UTC) #2
Camillo Bruni
https://codereview.chromium.org/2659083004/diff/1/src/futex-emulation.h File src/futex-emulation.h (right): https://codereview.chromium.org/2659083004/diff/1/src/futex-emulation.h#newcode99 src/futex-emulation.h:99: size_t addr, double num_waiters_to_wake); Why not use -1 (or ...
3 years, 10 months ago (2017-01-30 19:09:18 UTC) #7
binji
https://codereview.chromium.org/2659083004/diff/1/src/futex-emulation.h File src/futex-emulation.h (right): https://codereview.chromium.org/2659083004/diff/1/src/futex-emulation.h#newcode99 src/futex-emulation.h:99: size_t addr, double num_waiters_to_wake); On 2017/01/30 19:09:17, Camillo Bruni ...
3 years, 10 months ago (2017-01-31 22:36:07 UTC) #8
Camillo Bruni
lgtm
3 years, 10 months ago (2017-02-01 01:54:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2659083004/20001
3 years, 10 months ago (2017-02-01 21:45:29 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-02-01 21:47:28 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/aa3422b6713040ace576f776b9373765e4e...

Powered by Google App Engine
This is Rietveld 408576698