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

Sukolsak Sakshuwong
Reported 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.
Attachments
Patch (19.73 KB, patch)
2015-09-21 12:32 PDT, Sukolsak Sakshuwong
no flags
Fix a typo in ChangeLog (19.73 KB, patch)
2015-09-21 12:34 PDT, Sukolsak Sakshuwong
no flags
Sukolsak Sakshuwong
Comment 1 2015-09-21 12:32:11 PDT
Geoffrey Garen
Comment 2 2015-09-21 12:34:02 PDT
Comment on attachment 261676 [details] Patch r=me
Sukolsak Sakshuwong
Comment 3 2015-09-21 12:34:16 PDT
Created attachment 261677 [details] Fix a typo in ChangeLog
Mark Lam
Comment 4 2015-09-21 13:34:07 PDT
Comment on attachment 261677 [details] Fix a typo in ChangeLog r=me
WebKit Commit Bot
Comment 5 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>
WebKit Commit Bot
Comment 6 2015-09-21 14:20:48 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.