summaryrefslogtreecommitdiff
path: root/tools/slang-unit-test/unit-test-compile-benchmark.cpp
AgeCommit message (Collapse)Author
2025-02-23Improve performance when compiling small shaders. (#6396)Yong He
Improve performance when compiling small shaders. Avoid copying witness table entries that are not getting used during linking. Avoid copying auto-diff related decorations and derivative functions during linking, if the user modules doesn't use autodiff. Cache operator overload resolution results on global session, so each new Session doesn't need to repetitively run through overload resolution from scratch.