We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37ffcd commit 1a90ad8Copy full SHA for 1a90ad8
1 file changed
src/coreclr/vm/ceemain.cpp
@@ -163,7 +163,7 @@
163
#include "jithost.h"
164
#include "pgo.h"
165
#include "pendingload.h"
166
-#include "yieldprocessornormalized.h"
+// #include "yieldprocessornormalized.h"
167
168
#ifndef TARGET_UNIX
169
#include "dwreport.h"
@@ -782,7 +782,7 @@ void EEStartupHelper()
782
783
// Perform some measurements before garbage collector is initialized
784
// so GC initialization and the first few GCs can use the normalized yield
785
- YieldProcessorNormalization::PerformMeasurement();
+ // YieldProcessorNormalization::PerformMeasurement();
786
787
InitializeGarbageCollector();
788
0 commit comments