RESOLVED FIXED 148824
Implement the ConstantPoolIndex instruction in WebAssembly
https://bugs.webkit.org/show_bug.cgi?id=148824
Summary Implement the ConstantPoolIndex instruction in WebAssembly
Sukolsak Sakshuwong
Reported 2015-09-04 13:54:39 PDT
Implement the ConstantPoolIndex instruction for WebAssembly files generated by pack-asmjs <https://github.com/WebAssembly/polyfill-prototype-1>. This will make it easier to write tests for WebAssembly patches. Currently, we cannot use the same large numbers more than once in a test, because pack-asmjs will put them in the constant pool.
Attachments
Sukolsak Sakshuwong
Comment 1 2015-09-04 16:45:05 PDT
The ConstantPoolIndex instruction has been implemented in https://bugs.webkit.org/show_bug.cgi?id=148791
Sukolsak Sakshuwong
Comment 2 2015-09-22 11:33:23 PDT
Note You need to log in before you can comment on or make changes to this bug.