Skip to content

Rename JitDasmWithAddress to JitDisasmWithAddress#127267

Merged
jakobbotsch merged 2 commits into
mainfrom
copilot/rename-jitdasm-to-jitdisasm
Apr 29, 2026
Merged

Rename JitDasmWithAddress to JitDisasmWithAddress#127267
jakobbotsch merged 2 commits into
mainfrom
copilot/rename-jitdasm-to-jitdisasm

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 22, 2026

Summary

  • rename the JIT config option/accessor JitDasmWithAddress to JitDisasmWithAddress
  • update the config key string to JitDisasmWithAddress

Validation

  • ./build.sh clr+libs+host (baseline, before changes)
  • ./build.sh clr
  • parallel_validation (Code Review: no comments, CodeQL: no alerts)

Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/a084cf27-a4f9-4c4d-9f76-e1e298958f3f

Co-authored-by: jakobbotsch <7887810+jakobbotsch@users.noreply.github.com>
Copilot AI requested review from Copilot and removed request for Copilot April 22, 2026 08:44
Copilot AI requested a review from jakobbotsch April 22, 2026 08:46
@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 Apr 22, 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.

Copilot AI review requested due to automatic review settings April 27, 2026 11:07
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

Renames the JIT config option/accessor from JitDasmWithAddress to JitDisasmWithAddress, including updating the underlying config key string.

Changes:

  • Rename config entry in jitconfigvalues.h to JitDisasmWithAddress (accessor + key string).
  • Update compiler.cpp to read the new JitConfig.JitDisasmWithAddress() accessor.

Reviewed changes

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

File Description
src/coreclr/jit/jitconfigvalues.h Renames the config entry and updates the key string to match JitDisasm* naming.
src/coreclr/jit/compiler.cpp Switches the option check to the renamed config accessor.

@jakobbotsch jakobbotsch marked this pull request as ready for review April 28, 2026 09:30
@jakobbotsch
Copy link
Copy Markdown
Member

PTAL @dotnet/jit-contrib

Simple change to make this environment variable consistent with other ones.

@jakobbotsch jakobbotsch merged commit 126ec7b into main Apr 29, 2026
137 of 140 checks passed
@jakobbotsch jakobbotsch deleted the copilot/rename-jitdasm-to-jitdisasm branch April 29, 2026 08:04
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.

4 participants