Skip to content

Fix resetting for JIT retry #113842

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
Mar 25, 2025
Merged

Conversation

janvorli
Copy link
Member

I've made a mistake in my recent PR where the ResetForJitRetry method on a new base class was not marked as virtual by accident. So the JIT specific version was not executed and part of the state was not reset.

Close #113840

I've made a mistake in my recent PR where the `ResetForJitRetry` method
on a new base class was not marked as virtual by accident. So the JIT
specific version was not executed and part of the state was not reset.

Close dotnet#113840
@janvorli janvorli added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Mar 24, 2025
@janvorli janvorli requested a review from jakobbotsch March 24, 2025 15:23
@janvorli janvorli self-assigned this Mar 24, 2025
@Copilot Copilot AI review requested due to automatic review settings March 24, 2025 15:23
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • src/coreclr/vm/jitinterface.h: Language not supported

Copy link
Member

@jakobbotsch jakobbotsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix.

@janvorli
Copy link
Member Author

/ba-g The CI issues seem to be #113785 and are unrelated to this PR.

@janvorli janvorli merged commit c200ad6 into dotnet:main Mar 25, 2025
94 of 96 checks passed
@janvorli janvorli deleted the fix-resetting-for-jit-retry branch March 25, 2025 17:46
@github-actions github-actions bot locked and limited conversation to collaborators Apr 25, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
2 participants