Implement table64
Categories
(Core :: JavaScript: WebAssembly, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: bvisness, Assigned: bvisness)
References
Details
Attachments
(4 files)
The memory64 proposal has been extended to include 64-bit table indices: https://github.com/WebAssembly/memory64/issues/51
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
I'm wondering that the likelyhood is if this being implemented in time the June CG meeting? I would love to have the stage4 vote there but I understand this was a late addition.
| Assignee | ||
Comment 2•2 years ago
|
||
Work is progressing reasonably well and I hope to have it implemented by then, but I can't make any promises, sorry.
The toolchain parts (at least the ones I work on: llvm, wabt, binaryen, emscripten) have all been updated now.
In emscripten we continue to run a lowering pass to convert table64 to table32. Once the engine updates are done we can remove this lowering pass.
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Depends on D213778
| Assignee | ||
Comment 7•2 years ago
|
||
Depends on D213817
I was curious about the status of the current WIP patches. Mostly wondering about the likelihood that they will land this week? If so we can potentially put a stage 4 vote on next weeks meeting agenda. Otherwise we can push until August (Since I'm OOO for the end of July meeting).
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
Comment 9•2 years ago
|
||
(In reply to Sam Clegg from comment #8)
I was curious about the status of the current WIP patches. Mostly wondering about the likelihood that they will land this week? If so we can potentially put a stage 4 vote on next weeks meeting agenda. Otherwise we can push until August (Since I'm OOO for the end of July meeting).
Sorry, but it's unlikely they'll land this week. And if they do, we have to do some quick fuzzing and perf testing we need to do before we can say it's done.
Comment 10•2 years ago
|
||
Comment 12•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/8bb3a79f8b7e
https://hg.mozilla.org/mozilla-central/rev/1eeed5905a2f
https://hg.mozilla.org/mozilla-central/rev/0a5557cbb59a
https://hg.mozilla.org/mozilla-central/rev/204ed2f3fce9
Comment 13•2 years ago
|
||
(In reply to Serban Stanca [:SerbanS] from comment #12)
https://hg.mozilla.org/mozilla-central/rev/8bb3a79f8b7e
https://hg.mozilla.org/mozilla-central/rev/1eeed5905a2f
https://hg.mozilla.org/mozilla-central/rev/0a5557cbb59a
https://hg.mozilla.org/mozilla-central/rev/204ed2f3fce9
Backed out by https://hg.mozilla.org/mozilla-central/rev/b0af2af08084
Updated•2 years ago
|
Comment 14•2 years ago
|
||
Comment 15•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1437f9b957ce
https://hg.mozilla.org/mozilla-central/rev/f5d15d3cf547
https://hg.mozilla.org/mozilla-central/rev/cb78cd79d789
https://hg.mozilla.org/mozilla-central/rev/7effd2716900
Updated•2 years ago
|
Description
•