maxPolymorphismToInlineDispatch

Don't inline dispatch logic if there are more than this many possible implementations at a call site. This may seem so small that it precludes many fruitful opportunities, but code splitting should help eliminate all but a few possibilities at many call sites.