>We believe that this design permits different implementation choices. Code may be compiled separately for each set of type arguments, or it may be compiled as though each type argument is handled similarly to an interface type with method calls, or there may be some combination of the two.
If the latter approach is taken then no un-compiled code needs to be exported.
If the latter approach is taken then no un-compiled code needs to be exported.