[Webkit-unassigned] [Bug 163171] B3 should efficiently emit great code for WebAssembly property accesses and bounds checks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 14:08:27 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=163171

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
The downside of having a Wasm flag on memory accesses is that it requires a new MemoryValue subclass, and we don't want to add too many of those.  It's worth considering if there is a way to do this without adding MemoryValue subclasses.

What if we had a WasmAddress(@ptr, reg, guardedBytes) thing?

I think that will work better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161011/7803018b/attachment.html>


More information about the webkit-unassigned mailing list