Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up recursive type check (#14326)
Use a faster type query visitor and reuse visitor across calls. This should speed up type checking slightly. My measurements show a ~0.5% improvement, but it may be below the noise floor.
- Loading branch information