Closed
Bug 1522082
Opened 6 years ago
Closed 6 years ago
Update memory.fill encoding
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(2 files)
1.05 KB,
patch
|
Details | Diff | Splinter Review | |
1.78 KB,
patch
|
jseward
:
review+
|
Details | Diff | Splinter Review |
The current spec requires an unconditional target memory index to follow the opcode bytes, and allows for now flags. Otherwise there is no functional change.
Assignee | ||
Comment 1•6 years ago
|
||
Note, sits on top of my patch for bug 1522081.
Attachment #9038489 -
Flags: review?(jseward)
Assignee | ||
Comment 2•6 years ago
|
||
Comment on attachment 9038489 [details] [diff] [review]
bug1522082-memory-fill-encoding.patch
Forgot to handle encoding in text-to-binary.
Attachment #9038489 -
Flags: review?(jseward)
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #9038493 -
Flags: review?(jseward)
Comment 4•6 years ago
|
||
Comment on attachment 9038493 [details] [diff] [review]
bug1522082-memory-fill-encoding-v2.patch
Review of attachment 9038493 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine. Again, as with bug 1522081, the spec seems inadequate regarding
the type of the "memory:0x00" immediate, but that strikes me as a bug in the
spec, not a bug in this patch.
Attachment #9038493 -
Flags: review?(jseward) → review+
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/38a052003414
make encoding of memory.fill standard-compliant. r=jseward
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
You need to log in
before you can comment on or make changes to this bug.
Description
•