[Webkit-unassigned] [Bug 189326] New: [WHLSL] The interpreter should evaluate arguments right-to-left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 5 16:17:52 PDT 2018


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

            Bug ID: 189326
           Summary: [WHLSL] The interpreter should evaluate arguments
                    right-to-left
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tdenney at apple.com

In order to be consistent with C, the arguments of function calls should be evaluated right-to-left. C doesn’t define an evaluation order for operators (like +) but because we treat them as “native functions” we should strictly evaluate them right-to-left.

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


More information about the webkit-unassigned mailing list