Bug 148824

Summary: Implement the ConstantPoolIndex instruction in WebAssembly
Product: WebKit Reporter: Sukolsak Sakshuwong <sukolsak>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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