Skip to content

JIT: Rename fields in indirect call transformer#128274

Open
jakobbotsch wants to merge 5 commits into
dotnet:mainfrom
jakobbotsch:rename-indirect-call-transformer
Open

JIT: Rename fields in indirect call transformer#128274
jakobbotsch wants to merge 5 commits into
dotnet:mainfrom
jakobbotsch:rename-indirect-call-transformer

Conversation

@jakobbotsch
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 15, 2026 23:32
@github-actions github-actions Bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 15, 2026
@dotnet-policy-service
Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
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 updates CoreCLR JIT’s IndirectCallTransformer implementation by renaming internal fields (primarily adopting an m_ prefix) across the transformer classes in src/coreclr/jit/indirectcalltransformer.cpp.

Changes:

  • Renamed compiler and various transformer fields to m_* names for consistency.
  • Switched several members from constructor initialization to in-class default initialization.
  • Updated call sites throughout the file to use the renamed members.

Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
Comment thread src/coreclr/jit/indirectcalltransformer.cpp
Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
Copilot AI review requested due to automatic review settings May 15, 2026 23:41
Copy link
Copy Markdown
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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 4 comments.

Comment thread src/coreclr/jit/indirectcalltransformer.cpp
Comment thread src/coreclr/jit/indirectcalltransformer.cpp
Comment thread src/coreclr/jit/indirectcalltransformer.cpp
Comment thread src/coreclr/jit/indirectcalltransformer.cpp Outdated
@jakobbotsch jakobbotsch marked this pull request as ready for review May 16, 2026 10:39
Copilot AI review requested due to automatic review settings May 16, 2026 10:39
Copy link
Copy Markdown
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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

Comments suppressed due to low confidence (1)

src/coreclr/jit/indirectcalltransformer.cpp:1363

  • Typo in comment: “high-likehood” should be “high-likelihood”.
        // (also consider: if m_currBlock has sufficiently high execution frequency)
        //
        // We want to see if it makes sense to mark the subsequent GDV site as a "chained"
        // GDV, where we duplicate the code in between to stitch together the high-likehood
        // outcomes without a join.

Comment thread src/coreclr/jit/indirectcalltransformer.cpp
Comment thread src/coreclr/jit/indirectcalltransformer.cpp
@jakobbotsch
Copy link
Copy Markdown
Member Author

cc @AndyAyersMS

@jakobbotsch jakobbotsch requested a review from AndyAyersMS May 18, 2026 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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