Christopher Wright wrote: > The compiler could examine the symbols used in the static constructors > to build these dependency lists. Eh, this would have to extend to every function, since static ctors can call functions. And these functions can be provided without implementations via a .di file. This is fail.