Skip to content

Remove redundant assertion for cyclic SyntaxArenas #585

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

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Aug 12, 2022

When running the stress tester locally, the SwiftSyntax parser was significantly slowed down by this (we spent multiple seconds in this check).

When running the stress tester locally, the SwiftSyntax parser was significantly slowed down by this (we spent multiple seconds in this check).
@ahoppen ahoppen requested a review from rintaro August 12, 2022 13:13
@rintaro
Copy link
Member

rintaro commented Aug 12, 2022

It's a little strange that stress-tester reaches here so often. Does it often do incremental parsing many times?

@ahoppen
Copy link
Member Author

ahoppen commented Aug 15, 2022

@swift-ci Please test

@ahoppen ahoppen merged commit fb3f6e2 into swiftlang:main Aug 16, 2022
@ahoppen ahoppen deleted the pr/remove-redundant-cycle-check branch August 16, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants