-
Notifications
You must be signed in to change notification settings - Fork 790
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
Optimizing string concatenations to use String.Concat overloads #5570
Conversation
8da39ac
to
27d1f6f
Compare
27d1f6f
to
500a47e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Will need @dsyme 's review on this before merge. |
I reviewed this again myself; I need to make a few adjustments to the code and tests. |
Ok, this is ready. After adding more tests, I feel much better about it. |
Ping |
@KevinRansom I'll change it to compare emitted IL in the right folder. @dsyme I'll need your review on this before we can try to merge this. |
195d39e
to
d1f8428
Compare
vsintegration/src/FSharp.Editor/LanguageService/FSharpCompilationFactoryService.fs
Outdated
Show resolved
Hide resolved
This is now ready and has a better way to handle tests for checking IL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good.
@dsyme, this looks good to me, I'm going to merge it. Please take a look and let us know if you feel ny changes are necessary. |
Resolves this issue: #5560