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

[release/8.0-staging] Tweak Invariant IndexOf logic #108729

Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2024

Backport of #108709 to release/8.0-staging

/cc @tarekgh @MihaZupan

Customer Impact

  • Customer reported
  • Found internally

This is accumulated change for previous change #108563. To address the perf regression occurred with the original change.

Regression

  • Yes
  • No

[If yes, specify when the regression was introduced. Provide the PR or commit if known.]

Testing

Manually measured the perf and collected the benchmark. Passed all regression tests including the tests added with the original change.

Risk

Low, the change here is really moving the declaration of a span variable inside the method to the bottom of the method. No actual logic or behavior change.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-globalization
See info in area-owners.md if you want to be subscribed.

@tarekgh tarekgh added this to the 8.0.x milestone Oct 9, 2024
@tarekgh tarekgh added the Servicing-consider Issue for next servicing release review label Oct 9, 2024
@tarekgh tarekgh added Servicing-approved Approved for servicing release and removed Servicing-consider Issue for next servicing release review labels Oct 9, 2024
@tarekgh
Copy link
Member

tarekgh commented Oct 9, 2024

This is approved by email.

@tarekgh tarekgh merged commit af298b2 into release/8.0-staging Oct 10, 2024
175 of 178 checks passed
@jkotas jkotas deleted the backport/pr-108709-to-release/8.0-staging branch October 10, 2024 07:57
@github-actions github-actions bot locked and limited conversation to collaborators Nov 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants