Closed
Bug 1259544
Opened 7 years ago
Closed 7 years ago
Remove Atomics.futexWakeOrRequeue
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
8.94 KB,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
The spec changed: the function is obsolete.
Assignee | ||
Comment 2•7 years ago
|
||
Another spec change. Nobody uses this function.
Attachment #8736972 -
Flags: review?(bbouvier)
Comment 3•7 years ago
|
||
Comment on attachment 8736972 [details] [diff] [review] remove futexWakeOrRequeue Review of attachment 8736972 [details] [diff] [review]: ----------------------------------------------------------------- Fare thee well!
Attachment #8736972 -
Flags: review?(bbouvier) → review+
Comment 4•7 years ago
|
||
For adding some reviewer value here, let's add some links to the specification, explaining what are the motivations for removal (premature optimizations, if I skimmed correctly) https://github.com/tc39/ecmascript_sharedmem/commit/74f81d97c738ee0cbaace017699f8902fb165888 https://github.com/tc39/ecmascript_sharedmem/issues/11
Assignee | ||
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/88688664f228ff07d20d623c701a49dac9226f12 Bug 1259544 - remove futexWakeOrRequeue. r=bbouvier
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/88688664f228
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Comment 7•7 years ago
|
||
Just nuked the method page from the Atomics reference docs https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics Not going to add any compatibility note as this is an experimental API anyway and we are shipping it only for 2 releases (will this be uplifted?).
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•