Closed cwensley closed 2 months ago
Even though we only execute this right after the GCSettings.LatencyMode != GCLatencyMode.NoGCRegion check, TryStartNoGCRegion() can still apparently throw an InvalidOperationException sometimes.
GCSettings.LatencyMode != GCLatencyMode.NoGCRegion
TryStartNoGCRegion()
Even though we only execute this right after the
GCSettings.LatencyMode != GCLatencyMode.NoGCRegion
check,TryStartNoGCRegion()
can still apparently throw an InvalidOperationException sometimes.