From: monojenkins Date: Thu, 14 Apr 2016 19:15:35 +0000 (+0100) Subject: Merge pull request #2803 from BrzVlad/feature-conc-pinned-scan X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=3e81958f1dd4cecb97167c5b3cb5541bda31c444 Merge pull request #2803 from BrzVlad/feature-conc-pinned-scan [sgen] Scan pinned objects in nursery as part of concurrent mark Objects pinned in the nursery can hide behind them a large graph of objects in the heap which is never scanned because we don't follow references in the nursery. After precleaning, we scan the latest set of pinned objects (while locking in order to make sure that the set doesn't change, so none are moved). --- 3e81958f1dd4cecb97167c5b3cb5541bda31c444