ASSIGNED 165547
WebAssembly JS stubs: don't generate too much code
https://bugs.webkit.org/show_bug.cgi?id=165547
Summary WebAssembly JS stubs: don't generate too much code
JF Bastien
Reported 2016-12-07 13:47:50 PST
WasmBindings.cpp will generate a bunch of code for huge signatures. Don't do that. At some point we'll have all the registers saved, and copied some of the stack args, and the rest should just be a loop. This means we'll share the inline cache but whatever it's better than code explosion!
Attachments
Note You need to log in before you can comment on or make changes to this bug.