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: consider intermingled debug info dumping #11045

Open
AndyAyersMS opened this issue Sep 6, 2018 · 2 comments
Open

JIT: consider intermingled debug info dumping #11045

AndyAyersMS opened this issue Sep 6, 2018 · 2 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@AndyAyersMS
Copy link
Member

AndyAyersMS commented Sep 6, 2018

If the jit dumps the debug info (IL offset and variable scope) so it intermingles with the generated assembly it should be somewhat more robust to cascaded diffs than our current table of offsets format. So we could then enable it by default for jit-diffs.

For instance adding one instruction should lead to one diff, not an entire series....

category:implementation
theme:debug-dumps
skill-level:beginner
cost:medium
impact:small

@msftgits msftgits transferred this issue from dotnet/coreclr Jan 31, 2020
@msftgits msftgits added this to the Future milestone Jan 31, 2020
@BruceForstall BruceForstall added the JitUntriaged CLR JIT issues needing additional triage label Oct 28, 2020
@AndyAyersMS
Copy link
Member Author

@jakobbotsch didn't we already do something like this?

@jakobbotsch
Copy link
Member

Yes, COMPlus_JitDisasmWithDebugInfo=1. It is disabled by default, perhaps we should consider enabling it by default.

@BrianBohe BrianBohe removed the JitUntriaged CLR JIT issues needing additional triage label Oct 15, 2022
@BrianBohe BrianBohe self-assigned this Oct 15, 2022
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 enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

5 participants