B3 should CSE the WebAssembly opcodes.
https://bugs.webkit.org/show_bug.cgi?id=163469
Summary B3 should CSE the WebAssembly opcodes.
Keith Miller
Reported 2016-10-14 16:27:26 PDT
...
Attachments
JF Bastien
Comment 1 2017-04-19 16:23:57 PDT
As of recent changes there are now two uses for this opcode: 1. For BoundsChecking memory as before, in which case the pinned register is set. 2. For Signaling memory accesses which exceed the redzone size. I believe CSE code can handle both cases, but should avoid mixing 1. and 2. (which can't happen right now because memory is only ever one type, and we don't support multiple memories).
Note You need to log in before you can comment on or make changes to this bug.