forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move handle store and remaining crsts from
BaseDomain
to AppDomain
(
dotnet#107208) - The handle store was always the global handle store - Make all the `Create*Handle` functions go through the `AppDomain` - `m_crstLoaderAllocatorReferences` is only used for collectible loader allocators - so only assembly loader allocators (which correspond to `AppDomain`), not the global loader allocator (which corresponds to `SystemDomain`) - Remove unnecessary `BaseDomain` on `PinnedHeapHandleTable`
- Loading branch information
1 parent
3c8e3ba
commit 174467b
Showing
6 changed files
with
114 additions
and
176 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.