Bug 149383 - Implement SetLocal and SetGlobal expressions in WebAssembly
Summary: Implement SetLocal and SetGlobal expressions 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-20 00:24 PDT by Sukolsak Sakshuwong
Modified: 2015-09-20 22:06 PDT (History)
7 users (show)

See Also:


Attachments
Patch (20.52 KB, patch)
2015-09-20 00:41 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-20 00:24:33 PDT
SetLocal and SetGlobal can be statements and expressions. We have implemented them as statements but haven't implemented them as expressions.
Comment 1 Sukolsak Sakshuwong 2015-09-20 00:41:38 PDT
Created attachment 261606 [details]
Patch
Comment 2 Saam Barati 2015-09-20 21:12:44 PDT
Comment on attachment 261606 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-09-20 22:06:44 PDT
Comment on attachment 261606 [details]
Patch

Clearing flags on attachment: 261606

Committed r190043: <http://trac.webkit.org/changeset/190043>
Comment 4 WebKit Commit Bot 2015-09-20 22:06:48 PDT
All reviewed patches have been landed.  Closing bug.