• Vincent Povirk's avatar
    mscoree: Overhaul of mono runtime shutdown process. · d6582ae8
    Vincent Povirk authored
    It turns out that we can't free individual domains because that tears down
    important data structures. Instead we must shut down the entire runtime, but
    only if Mono doesn't shut itself down first. And we need to do it before
    DLL_PROCESS_DETACH because important libraries might be gone by then.
    d6582ae8
Name
Last commit
Last update
..
tests Loading commit data...
Makefile.in Loading commit data...
assembly.c Loading commit data...
config.c Loading commit data...
corruntimehost.c Loading commit data...
metadata.c Loading commit data...
metahost.c Loading commit data...
mscoree.spec Loading commit data...
mscoree_main.c Loading commit data...
mscoree_private.h Loading commit data...