Bug 148824
| Summary: | Implement the ConstantPoolIndex instruction in WebAssembly | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sukolsak Sakshuwong <sukolsak> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Sukolsak Sakshuwong
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Sukolsak Sakshuwong
The ConstantPoolIndex instruction has been implemented in https://bugs.webkit.org/show_bug.cgi?id=148791
Sukolsak Sakshuwong
Fixed in http://trac.webkit.org/changeset/189405