Commit 8fa2b72
authored
Refactor LongVectors.cpp to improve binary sizes (microsoft#7776)
This moves some things around so that less code is generated at compile
time and some information about data types and operations are looked up
at runtime.
For a debug build this reduces the size of the DLL by about 1.9MB, and
the PDB by about 8.1MB.
It also allows us to remove the `/bigobj` compiler flag.1 parent 6a9fb26 commit 8fa2b72
File tree
2 files changed
+151
-141
lines changed- tools/clang/unittests/HLSLExec
2 files changed
+151
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
0 commit comments