Performance
We need to start tracking performance changes caused by the main patch and some of the pre-requisite patches.
This will inform us of the need for switch to turn on / off, doing the resugaring eagerly vs lazily, and other
configurable limitations that we might need to introduce.
- One reviewer asked for feedback on performance impact of D131858. I expect it to be fairly minor, but we can take a look.
- The changes to CheckTemplateArguments might have bigger impact, will need to monitor that once we split it up.