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

JIT: Switch BasicBlock hash code from bbNum to bbID #109506

Closed
wants to merge 1 commit into from

Conversation

jakobbotsch
Copy link
Member

Since bbID is available in release now we can use it for the hash code; it makes it harder to shoot yourself in the foot because of potential basic block renumberings.

Since `bbID` is available in release now we can use it for the hash
code; it makes it harder to shoot yourself in the foot because of
potential basic block renumberings.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Nov 4, 2024
Copy link
Contributor

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

@jakobbotsch
Copy link
Member Author

I will fold this into #106637

@jakobbotsch jakobbotsch closed this Nov 6, 2024
@jakobbotsch jakobbotsch deleted the basic-block-hash-code branch November 6, 2024 11:59
@github-actions github-actions bot locked and limited conversation to collaborators Dec 7, 2024
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
Development

Successfully merging this pull request may close these issues.

1 participant