-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Pinned Object Heap] DAC_NUMBERGENERATIONS
may need to be adjusted
#13736
Comments
The existing DacpGcHeapDetails request and DacpGenerationAllocData Request APIs have to be backwards compatible with DAC_NUMBERGENERATIONS = 4. They could return the generations that are similar to the old 0 - 4 generations (I don't know how enough about the GC to really say). New APIs should be added that return N (instead of a fixed number) generations somehow. There would be a lot of changes to SOS required to use these new APIs. Probably to clrmd too. |
@VSadov do you plan on addressing this issue in .NET 5 timeframe? |
Tagging subscribers to this area: @tommcdon |
Yes, the plan is to address this for 5.0 |
@VSadov have you had a chance to work on this yet? We're getting close to the feature complete date and I haven't seen any changes. |
API to get # of generations added via this PR |
Fixed in #37853 |
DAC_NUMBERGENERATIONS
is currently 4 and changing it is a compat issue.We should think what to do with this.
Merge POH into LOH data, have a separate field, etc...
The text was updated successfully, but these errors were encountered: