ASSIGNED 165511
WebAssembly: bit-pack signature and code for call_indirect
https://bugs.webkit.org/show_bug.cgi?id=165511
Summary WebAssembly: bit-pack signature and code for call_indirect
JF Bastien
Reported Wednesday, December 7, 2016 5:06:10 AM UTC
See WasmFormat.h, CallableFunction and FunctionIndexSpace. Uniquing signatures is required for correctness, and packing the signature into the code pointer will make call_indirect faster (it just needs to rotate the packed signature, check it's the expected value, and then mask it out before jumping).
Attachments
Note You need to log in before you can comment on or make changes to this bug.