Skip to content

Remove EventPipe adapter from NativeAOT implementation #88262

Closed
@LakshanF

Description

@LakshanF

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.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions