Skip to content

Only perform DynamicTransformCont if at least one parameter is dynamic.

Previously we always ran DynamicTransformCont even if we knew all the types. By checking for Dynamic types first, we save roughly 3% on the binary size.

This also is a good starting point for a redesign of DynamicTransformCont

Merge request reports