Skip to content

Conversation

@jkotas
Copy link
Member

@jkotas jkotas commented Aug 14, 2025

No description provided.

Copilot AI review requested due to automatic review settings August 14, 2025 04:15
@jkotas jkotas added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 14, 2025
Copy link
Contributor

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.

Pull Request Overview

This PR removes dead code related to the GetTypeForBoxOnStack functionality from the SuperPMI tool in the CoreCLR repository. SuperPMI is a tool used for JIT compiler testing and replay.

  • Removes unused GetTypeForBoxOnStack method declarations and implementations
  • Comments out the corresponding packet enum value to maintain compatibility
  • Removes the associated lightweight map entry

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
methodcontext.h Removes method declarations for recGetTypeForBoxOnStack, dmpGetTypeForBoxOnStack, and repGetTypeForBoxOnStack; comments out packet enum
methodcontext.cpp Removes complete implementation of the three GetTypeForBoxOnStack methods
lwmlist.h Removes the GetTypeForBoxOnStack lightweight map entry

@dotnet-policy-service
Copy link
Contributor

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

@jkotas jkotas merged commit 3c6b264 into dotnet:main Aug 14, 2025
90 of 93 checks passed
@jkotas jkotas deleted the dead-code branch August 14, 2025 13:22
@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 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

Development

Successfully merging this pull request may close these issues.

2 participants