[Webkit-unassigned] [Bug 163422] New: WebAssembly testing: allow inline code as well as stack machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 17:28:57 PDT 2016


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

            Bug ID: 163422
           Summary: WebAssembly testing: allow inline code as well as
                    stack machine
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jfbastien at apple.com
        Depends on: 163267
            Blocks: 162706

The current testing infrastructure consumes code in a stack machine-like form. This is neat because it's the WebAssembly format, but it's a PITA because it's not natural to write.

It's actually pretty easy to support both, mixed, by being clever in how the builder objects consume parameters passed to them: when they're passed a builder then they need to consume whatever the prior invocations produced.

This isn't super important, but it's nice, and I like nice.

-- 
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/20161014/e8e5a26a/attachment.html>


More information about the webkit-unassigned mailing list