Skip to content

Commit

Permalink
Experiment: always run segments
Browse files Browse the repository at this point in the history
  • Loading branch information
cshung committed Aug 9, 2024
1 parent aa378a5 commit 399b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/gc/gcpriv.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ inline void FATAL_GC_ERROR()
// to the mmap() calls in unix/gcenv.unix.cpp More details here:
// https://github.com/dotnet/runtime/issues/104211
#if defined (HOST_64BIT) && !defined (BUILD_AS_STANDALONE) && !defined(__APPLE__) && !defined(__sun)
#define USE_REGIONS
// #define USE_REGIONS
#endif //HOST_64BIT && BUILD_AS_STANDALONE && !__APPLE__

//#define SPINLOCK_HISTORY
Expand Down

0 comments on commit 399b218

Please sign in to comment.