[sgen] Debug option for `clear-at-tlab-creation` nursery clear policy.
commitda8f1879ad43e3d4a4595fd46d3b225e4758d01c
authorMark Probst <mark.probst@gmail.com>
Tue, 29 Jul 2014 23:29:39 +0000 (29 16:29 -0700)
committerMark Probst <mark.probst@gmail.com>
Thu, 31 Jul 2014 20:29:36 +0000 (31 13:29 -0700)
treeb7852474b51e7f1233a8111a24b4da1eb4f12df3
parent597a3e89643e6a8837565099af5f1a184abad876
[sgen] Debug option for `clear-at-tlab-creation` nursery clear policy.

With the debug policy, we do clear at TLAB creation, but at GC time, whenever
we would clear with `clear-at-gc`, instead of not clearing, we fill with 0xff.
man/mono.1
mono/metadata/sgen-alloc.c
mono/metadata/sgen-gc.c
mono/metadata/sgen-gc.h
mono/metadata/sgen-nursery-allocator.c