[Webkit-unassigned] [Bug 148838] Implement the relational instructions in WebAssembly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 6 13:20:31 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148838

Saam Barati <sbarati at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #260658|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 260658
  --> https://bugs.webkit.org/attachment.cgi?id=260658
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260658&action=review

r=me with comment

> Source/JavaScriptCore/tests/stress/wasm-relational.js:119
> +var module = loadWebAssembly("wasm-relational.wasm");

I think it'd be nicer to have a directory in stress called "wasm" that holds all the
wasm binaries were testing. Do we have other tests checked in that follow the
model in this patch? Maybe it's worth changing those.  

Also, would it be possible to write the tests such that
we can write all wasm tests in JS, and have the loadWebAssembly do the
translation on the fly?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150906/dd64b50d/attachment-0001.html>


More information about the webkit-unassigned mailing list