[sgen] Increase gray stack section size
authorVlad Brezae <brezaevlad@gmail.com>
Tue, 28 Mar 2017 21:12:02 +0000 (00:12 +0300)
committerVlad Brezae <brezaevlad@gmail.com>
Tue, 4 Apr 2017 13:00:06 +0000 (16:00 +0300)
commit5d80d08b8c2327752d9b68ba0c4723ce9a76a40e
tree216f5012797df019a8296c7be547a3bb4d23542e
parent6c62196f5cf46bb0ccf3c938a144cc0976ebd60e
[sgen] Increase gray stack section size

Stealing a gray section is relatively expensive since it requires locking. We want to avoid repeated stealing, since only one gray queue section is stolen at a time (in the case of the parallel collector).
mono/sgen/sgen-gray.h
mono/sgen/sgen-workers.c