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

Move some members only needed for AppDomain off of BaseDomain #107015

Merged
merged 4 commits into from
Aug 27, 2024

Conversation

elinor-fung
Copy link
Member

  • Move default binder, code version managed, and type ID map to AppDomain (such that SystemDomain won't unnecessarily have them)
  • Remove unnecessarily stored BaseDomain on VirtualCallStubManager

cc @jkotas @AaronRobinsonMSFT

Copy link
Contributor

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

@elinor-fung
Copy link
Member Author

/ba-g timeouts in unrelated legs

@elinor-fung elinor-fung merged commit 011d329 into dotnet:main Aug 27, 2024
79 of 90 checks passed
@elinor-fung elinor-fung deleted the base-domain-move-members branch August 27, 2024 16:56
jtschuster pushed a commit to jtschuster/runtime that referenced this pull request Sep 17, 2024
…tnet#107015)

- Move default binder, code version managed, and type ID map to `AppDomain` (such that `SystemDomain` won't unnecessarily have them)
- Remove unnecessarily stored `BaseDomain` on `VirtualCallStubManager`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants