Bug 149411

Summary: Implement call statements and call expressions of type void in WebAssembly
Product: WebKit Reporter: Sukolsak Sakshuwong <sukolsak>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, ggaren, mark.lam, saam, sukolsak, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 146064    
Attachments:
Description Flags
Patch
none
Fix a typo in ChangeLog none

Description Sukolsak Sakshuwong 2015-09-21 12:23:35 PDT
Call instructions in WebAssembly can be both statements and expressions. We haven't implemented call statements. We haven't implemented call expressions of type void either.
Comment 1 Sukolsak Sakshuwong 2015-09-21 12:32:11 PDT
Created attachment 261676 [details]
Patch
Comment 2 Geoffrey Garen 2015-09-21 12:34:02 PDT
Comment on attachment 261676 [details]
Patch

r=me
Comment 3 Sukolsak Sakshuwong 2015-09-21 12:34:16 PDT
Created attachment 261677 [details]
Fix a typo in ChangeLog
Comment 4 Mark Lam 2015-09-21 13:34:07 PDT
Comment on attachment 261677 [details]
Fix a typo in ChangeLog

r=me
Comment 5 WebKit Commit Bot 2015-09-21 14:20:44 PDT
Comment on attachment 261677 [details]
Fix a typo in ChangeLog

Clearing flags on attachment: 261677

Committed r190080: <http://trac.webkit.org/changeset/190080>
Comment 6 WebKit Commit Bot 2015-09-21 14:20:48 PDT
All reviewed patches have been landed.  Closing bug.