Closed
Description
NativeAOT
started with the CoreCLR
implementation and uses the CoreCLR adapter. However, as these two (here and here) comments indicate, its better to do away with the indirection similar to how mono implements this. NativeAOT does not support Profiler support and does not need the additional complexity. Its not a direct mono implementation since CoreCLR takes advantage of the C++ features (use of destructors instead of *_fini
pattern mono's C use.