-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
dotnet/coreclr
#27554Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Description
GC.KeepAlive is implemented as a empty non-inlineable call today. The call is cheap, but it still shows up as bottleneck in some cases. I have run into it while working on https://github.com/dotnet/coreclr/issues/27106 and https://github.com/dotnet/coreclr/issues/18111.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI