Closed
Bug 1266449
Opened 9 years ago
Closed 9 years ago
br_table with a value
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1254142
People
(Reporter: sunfish, Assigned: sunfish)
References
Details
Attachments
(1 file)
9.36 KB,
patch
|
Details | Diff | Splinter Review |
This implements the beginning of br_table value operands, as proposed here:
https://github.com/WebAssembly/design/pull/664
However, wasm/basic-control-flow.js is not yet passing.
Comment 1•9 years ago
|
||
I've had a patch ready in bug 1254142 for a long time, waiting for the spec to stabilize.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 2•9 years ago
|
||
Ah, sorry for missing that. I see your patch has some things that mine doesn't, but mine has support for the postorder decoder, so we should merge the two :-).
Comment 3•9 years ago
|
||
Oh wow, duh, sorry I forgot about this.
You need to log in
before you can comment on or make changes to this bug.
Description
•