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

Minor improvements and catchups for Go 4.13.1 #4616

Merged
merged 3 commits into from
May 15, 2024

Conversation

jimidle
Copy link
Collaborator

@jimidle jimidle commented May 15, 2024

Adds a build tag such that mutex checking can be turned off for users not using the parser
from multiple threads. This is off by default so that the behavior does not change.

Adds slight performance improvements.

@parrt This is part of catching things up for Google

…to build without mutex use

when the user knows there will be no multiple access from go routines

Signed-off-by: Jim.Idle <jimi@idle.ws>
Signed-off-by: Jim.Idle <jimi@idle.ws>
@parrt parrt merged commit 2647323 into antlr:dev May 15, 2024
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants