[Webkit-unassigned] [Bug 189988] New: [WHLSL] Dynamic function generation affects further compilation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 25 22:03:18 PDT 2018


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

            Bug ID: 189988
           Summary: [WHLSL] Dynamic function generation affects further
                    compilation
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

The dynamic creation of operator==() in Checker causes later checks to succeed or fail. For example, if you cause Checker to generate native bool operator==(int* thread,int* thread) and native bool operator==(int* thread* thread,int* thread* thread), later calls with (nullptr, nullptr) will fail because of an ambiguous overload.

-- 
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/20180926/3296a26f/attachment.html>


More information about the webkit-unassigned mailing list