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

Stop shipping the long-name DAC as part of the Windows shared framework #36675

Open
jkoritzinsky opened this issue May 19, 2020 · 3 comments
Open
Labels
area-Diagnostics-coreclr enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@jkoritzinsky
Copy link
Member

The long-name DAC is not needed at runtime. As part of our contract with WinDBG, we need to upload CoreCLR and the DAC together in a package so they can be indexed by the symbol server. If possible, we should ship them in a separate package (probably one similar to the package for the cross-os DAC in #33528) and not bundle the long-name DAC in the shared framework to reduce shared framework size.

cc: @hoyosjs

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Diagnostics-coreclr untriaged New issue has not been triaged by the area owner labels May 19, 2020
@ghost
Copy link

ghost commented May 19, 2020

Tagging subscribers to this area: @tommcdon
Notify danmosemsft if you want to be subscribed.

@AraHaan
Copy link
Member

AraHaan commented May 19, 2020

Wait let me guess DAC is Debug Assembly Cache?

@jkoritzinsky
Copy link
Member Author

The DAC is the Debug Access Component. It's the interface between a debugger and the runtime.

@tommcdon tommcdon removed the untriaged New issue has not been triaged by the area owner label May 21, 2020
@tommcdon tommcdon added this to the 5.0 milestone May 21, 2020
@tommcdon tommcdon added the tracking This issue is tracking the completion of other related issues. label Jul 6, 2020
@tommcdon tommcdon modified the milestones: 5.0.0, 6.0.0 Jul 8, 2020
@tommcdon tommcdon removed the tracking This issue is tracking the completion of other related issues. label Oct 14, 2020
@noahfalk noahfalk added the enhancement Product code improvement that does NOT require public API changes/additions label Nov 6, 2020
@tommcdon tommcdon modified the milestones: 6.0.0, Future Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Diagnostics-coreclr enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

5 participants