-
Notifications
You must be signed in to change notification settings - Fork 5.3k
[mono] More domain cleanups. #48291
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
[mono] More domain cleanups. #48291
Conversation
|
Tagging subscribers to this area: @CoffeeFlux |
ebc71ca to
9a11739
Compare
…irectly in MonoClass.
The memory in mono-debug.c is now owned by a MonoMemoryManager instead of by a domain.
|
|
||
| MonoArrayHandle | ||
| mono_array_clone_in_domain (MonoDomain *domain, MonoArrayHandle array, MonoError *error); | ||
| mono_array_clone_in_domain (MonoArrayHandle array, MonoError *error); |
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.
TODO: replace all uses by mono_array_clone_checked, I guess
| DOTNET_Q_ARGS=--nologo -v:q -consoleloggerparameters:NoSummary | ||
|
|
||
| MONO_CONFIG ?=Release | ||
| MONO_CONFIG ?=Debug |
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.
nit: unrelated. but it also doesn't matter
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.
Will address in a following PR.
Based on #48023.