We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb75a2 commit 64f7f95Copy full SHA for 64f7f95
src/coreclr/jit/gcencode.cpp
@@ -4068,7 +4068,8 @@ void GCInfo::gcMakeRegPtrTable(
4068
// TODO: Decide on whether we should enable this optimization for all
4069
// targets: https://github.com/dotnet/runtime/issues/103917
4070
#ifdef TARGET_XARCH
4071
- const bool noTrackedGCSlots = compiler->opts.MinOpts() && !compiler->opts.jitFlags->IsSet(JitFlags::JIT_FLAG_PREJIT);
+ const bool noTrackedGCSlots =
4072
+ compiler->opts.MinOpts() && !compiler->opts.jitFlags->IsSet(JitFlags::JIT_FLAG_PREJIT);
4073
#else
4074
const bool noTrackedGCSlots = false;
4075
#endif
0 commit comments