Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize recursion detection by stopping on the second visit for the … #7160

Merged
merged 1 commit into from Aug 17, 2023
Merged

Optimize recursion detection by stopping on the second visit for the … #7160

merged 1 commit into from Aug 17, 2023

Commits on Aug 17, 2023

  1. Optimize recursion detection by stopping on the second visit for the …

    …same object.
    
    It's guaranteed to be enough since after we start walking into types reachable from an initial type we either can reach again our initial type or the type is not recursive.
    Mihai Ciucu committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    41727e7 View commit details
    Browse the repository at this point in the history