Skip to content

Commit 1a90ad8

Browse files
committed
Comment changes in ceemain.cpp to see effect on pipelines
1 parent b37ffcd commit 1a90ad8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/coreclr/vm/ceemain.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
#include "jithost.h"
164164
#include "pgo.h"
165165
#include "pendingload.h"
166-
#include "yieldprocessornormalized.h"
166+
// #include "yieldprocessornormalized.h"
167167

168168
#ifndef TARGET_UNIX
169169
#include "dwreport.h"
@@ -782,7 +782,7 @@ void EEStartupHelper()
782782

783783
// Perform some measurements before garbage collector is initialized
784784
// so GC initialization and the first few GCs can use the normalized yield
785-
YieldProcessorNormalization::PerformMeasurement();
785+
// YieldProcessorNormalization::PerformMeasurement();
786786

787787
InitializeGarbageCollector();
788788

0 commit comments

Comments
 (0)