Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Remove concept of AppDomains from the GC #24536

Merged
merged 3 commits into from
May 16, 2019

Conversation

davidwrighton
Copy link
Member

  • Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed

- Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed
@Maoni0
Copy link
Member

Maoni0 commented May 14, 2019

do you wanna just remove all the code related to FEATURE_APPDOMAIN_RESOURCE_MONITORING and delete that define altogether? I see there's still something related in GCHeap::Promote.

@davidwrighton
Copy link
Member Author

I can do that. The code that I removed as part of this change around FEATURE_APPDOMAIN_RESOURCE_MONITORING was strictly parts of it that are actually appdomain tied, but I can easily just remove it all

@davidwrighton davidwrighton changed the title [WIP] Remove concept of AppDomains from the GC Remove concept of AppDomains from the GC May 15, 2019
@davidwrighton davidwrighton marked this pull request as ready for review May 15, 2019 21:17
@davidwrighton davidwrighton merged commit bdb9959 into dotnet:master May 16, 2019
franksinankaya pushed a commit to franksinankaya/coreclr that referenced this pull request May 30, 2019
* Remove concept of AppDomains from the GC
- Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed
- Remove FEATURE_APPDOMAIN_RESOURCE_MONITORING
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
* Remove concept of AppDomains from the GC
- Leave constructs allowing for multiple handle tables, as scenarios for that have been proposed
- Remove FEATURE_APPDOMAIN_RESOURCE_MONITORING


Commit migrated from dotnet/coreclr@bdb9959
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants