Bug 148824 - Implement the ConstantPoolIndex instruction in WebAssembly
Summary: Implement the ConstantPoolIndex instruction in WebAssembly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 13:54 PDT by Sukolsak Sakshuwong
Modified: 2015-09-22 11:33 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sukolsak Sakshuwong 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.
Comment 1 Sukolsak Sakshuwong 2015-09-04 16:45:05 PDT
The ConstantPoolIndex instruction has been implemented in https://bugs.webkit.org/show_bug.cgi?id=148791
Comment 2 Sukolsak Sakshuwong 2015-09-22 11:33:23 PDT
Fixed in http://trac.webkit.org/changeset/189405