Skip to content

Commit

Permalink
Comment changes in ceemain.cpp to see effect on pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-vp committed Mar 27, 2024
1 parent b37ffcd commit 1a90ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/vm/ceemain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
#include "jithost.h"
#include "pgo.h"
#include "pendingload.h"
#include "yieldprocessornormalized.h"
// #include "yieldprocessornormalized.h"

#ifndef TARGET_UNIX
#include "dwreport.h"
Expand Down Expand Up @@ -782,7 +782,7 @@ void EEStartupHelper()

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

InitializeGarbageCollector();

Expand Down

0 comments on commit 1a90ad8

Please sign in to comment.