Bug 189988 - [WHLSL] Dynamic function generation affects further compilation
Summary: [WHLSL] Dynamic function generation affects further compilation
Status: RESOLVED MOVED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 176199
  Show dependency treegraph
 
Reported: 2018-09-25 22:03 PDT by Myles C. Maxfield
Modified: 2018-10-13 14:50 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2018-09-25 22:03:18 PDT
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.
Comment 1 Myles C. Maxfield 2018-10-13 14:22:58 PDT
Migrated to https://api.github.com/repos/gpuweb/WHLSL/issues/21
Comment 2 Myles C. Maxfield 2018-10-13 14:50:57 PDT
https://github.com/gpuweb/WHLSL/issues/21