Skip to content

Commit fdaf37c

Browse files
gbalykovt-mustafin
authored andcommitted
Disable DATAS for 32bit for now
1 parent f30ed91 commit fdaf37c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/coreclr/gc/gc.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14453,6 +14453,10 @@ HRESULT gc_heap::initialize_gc (size_t soh_segment_size,
1445314453
{
1445414454
dynamic_adaptation_mode = 0;
1445514455
}
14456+
#if !defined(HOST_64BIT)
14457+
// TODO: remove this when DATAS is ready for 32 bit
14458+
dynamic_adaptation_mode = 0;
14459+
#endif
1445614460

1445714461
if ((dynamic_adaptation_mode == dynamic_adaptation_to_application_sizes) && (conserve_mem_setting == 0))
1445814462
conserve_mem_setting = 5;

0 commit comments

Comments
 (0)