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

Refactor "strlen(opt) - 1" as "strlen(opt + 1)" #60

Closed
wants to merge 1 commit into from

Conversation

AreaZR
Copy link
Contributor

@AreaZR AreaZR commented Jun 13, 2023

This is beneficial towards optimization because opt + 1 appears elsewhere in the code, allowing for more optimization passes in compilers.

This is beneficial towards optimization because opt + 1 appears elsewhere in the code, allowing for more optimization passes in compilers.
@michaelrsweet michaelrsweet added the wontfix This will not be worked on label Sep 4, 2024
@AreaZR AreaZR deleted the one-more branch September 4, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants