Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Native/gc/gcrecord.h')
-rw-r--r--src/Native/gc/gcrecord.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Native/gc/gcrecord.h b/src/Native/gc/gcrecord.h
index 8c95ad04d..fff1fc5c8 100644
--- a/src/Native/gc/gcrecord.h
+++ b/src/Native/gc/gcrecord.h
@@ -13,7 +13,7 @@ Module Name:
#ifndef __gc_record_h__
#define __gc_record_h__
-#define max_generation 2
+//#define max_generation 2
// We pack the dynamic tuning for deciding which gen to condemn in a uint32_t.
// We assume that 2 bits are enough to represent the generation.