-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Frozen objects should be identified as Gen2 in the handle table #97109
Conversation
Tagging subscribers to this area: @dotnet/gc Issue Detailsnull
|
Does Is there going to be perf impact from this change? Would it be better to allow the clump generation to be truncted int32 maxvalue? |
d2c11c9
to
7c8da2d
Compare
I have verified locally that this fixes #85234 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a trivial comment I had when doing CR with Andrew which was to change the WhichGeneration
to a more descriptive name so someone who reads the code doesn't always have to come to the header file to read that comment.
Fixes #85234