-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] More domain cleanups (#50479)
* [mono] More domain cleanups. * [mono] Move the storage of the loaded assemblies list to assembly-load-context.c. Add a mono_alc_get_all_loaded_assemblies () helper function to return a array of all the loaded assemblies. Use this instead of accessing domain->loaded_assemblies directly. * [mono] Move externally called domain related API functions to external-only.c. * [mono] Simplify the domain creation code since there is only one domain. * Remove domain argument from mono_domain_assembly_open_internal (). * [mono] Make mono_domain_foreach () external only. * Fix the build. * [mono] Remove more unused 'domain' arguments. Move functions from appdomain.c to more assembly-load-context.c/ extern-only.c.
- v9.0.2
- v9.0.1
- v9.0.0
- v9.0.0-rc.2.24473.5
- v9.0.0-rc.1.24431.7
- v9.0.0-preview.7.24405.7
- v9.0.0-preview.6.24327.7
- v9.0.0-preview.5.24306.7
- v9.0.0-preview.4.24266.19
- v9.0.0-preview.3.24172.9
- v9.0.0-preview.2.24128.5
- v9.0.0-preview.1.24080.9
- v8.0.13
- v8.0.12
- v8.0.11
- v8.0.10
- v8.0.8
- v8.0.7
- v8.0.6
- v8.0.5
- v8.0.4
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- v8.0.0-rc.2.23479.6
- v8.0.0-rc.1.23419.4
- v8.0.0-preview.7.23375.6
- v8.0.0-preview.6.23329.7
- v8.0.0-preview.5.23280.8
- v8.0.0-preview.4.23259.5
- v8.0.0-preview.3.23174.8
- v8.0.0-preview.2.23128.3
- v8.0.0-preview.1.23110.8
- v7.0.20
- v7.0.19
- v7.0.18
- v7.0.17
- v7.0.16
- v7.0.15
- v7.0.14
- v7.0.13
- v7.0.12
- v7.0.11
- v7.0.10
- v7.0.9
- v7.0.8
- v7.0.7
- v7.0.5
- v7.0.4
- v7.0.3
- v7.0.2
- v7.0.1
- v7.0.0
- v7.0.0-rc.2.22472.3
- v7.0.0-rc.1.22426.10
- v7.0.0-preview.7.22375.6
- v7.0.0-preview.6.22324.4
- v7.0.0-preview.5.22301.12
- v7.0.0-preview.4.22229.4
- v7.0.0-preview.3.22175.4
- v7.0.0-preview.2.22152.2
- v7.0.0-preview.1.22076.8
- v6.0.36
- v6.0.35
- v6.0.33
- v6.0.32
- v6.0.31
- v6.0.30
- v6.0.29
- v6.0.28
- v6.0.27
- v6.0.26
- v6.0.25
- v6.0.24
- v6.0.23
- v6.0.22
- v6.0.21
- v6.0.20
- v6.0.19
- v6.0.18
- v6.0.16
- v6.0.15
- v6.0.14
- v6.0.13
- v6.0.12
- v6.0.11
- v6.0.10
- v6.0.9
- v6.0.8
- v6.0.7
- v6.0.6
- v6.0.5
- v6.0.4
- v6.0.3
- v6.0.2
- v6.0.1
- v6.0.0
- v6.0.0-rc.2.21480.5
- v6.0.0-rc.1.21451.13
- v6.0.0-preview.7.21377.19
- v6.0.0-preview.6.21352.12
- v6.0.0-preview.5.21301.5
- v6.0.0-preview.4.21253.7
- release/7.0
- release/6.0
Showing
20 changed files
with
637 additions
and
878 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.