Bug 149411 - Implement call statements and call expressions of type void in WebAssembly
Summary: Implement call statements and call expressions of type void 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: 146064
  Show dependency treegraph
 
Reported: 2015-09-21 12:23 PDT by Sukolsak Sakshuwong
Modified: 2015-09-21 14:20 PDT (History)
7 users (show)

See Also:


Attachments
Patch (19.73 KB, patch)
2015-09-21 12:32 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff
Fix a typo in ChangeLog (19.73 KB, patch)
2015-09-21 12:34 PDT, Sukolsak Sakshuwong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.