summaryrefslogtreecommitdiffstats
path: root/tools/slang-unit-test/unit-test-compile-benchmark.cpp
Commit message (Collapse)AuthorAge
* fix the break to make sure only valid data will be accessed (#7148)Gangzheng Tong2025-05-17
|
* Improve performance when compiling small shaders. (#6396)Yong He2025-02-23
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.