Closed
Bug 1586252
Opened 6 years ago
Closed 6 years ago
Change order of src/dest indices for memory.copy and table.copy
Categories
(Core :: JavaScript: WebAssembly, defect, P2)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla71
| Tracking | Status | |
|---|---|---|
| firefox71 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
We were spec-compliant, but rossberg just changed the spec because implementations that hadn't read the spec carefully were non-compliant.
https://github.com/WebAssembly/bulk-memory-operations/issues/117
https://github.com/WebAssembly/bulk-memory-operations/pull/118
| Assignee | ||
Comment 1•6 years ago
|
||
Because implementations were not in agreement about this and the spec
informally called for src-before-dest, the spec was changed to
correspond to the dynamic and canonical operand order:
dest-before-src. So we adapt to this.
Updated•6 years ago
|
Priority: -- → P2
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69e2478e2a33
Adapt to spec change for src/dest idx for table.copy/memory.copy. r=rhunt
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•