GC/Profiler: added API to enumerate roots.
authorPaolo Molaro <lupus@oddwiz.org>
Tue, 16 Nov 2010 15:00:00 +0000 (16:00 +0100)
committerPaolo Molaro <lupus@oddwiz.org>
Tue, 16 Nov 2010 17:07:30 +0000 (18:07 +0100)
commitb3378410e77b113eb0b5cda0c02f99ff36185f87
treeef08be6fe6858ea4b74e8267ec97f83d016d6a96
parentac5ffb3fc75fb492a935c8e6da2d0621a3206e24
GC/Profiler: added API to enumerate roots.

* profiler-private.h, profiler.c, profiler.h: added API to
enumerate the roots used during a garbage collection.
* sgen-gc.c: enumerate roots if requested by the profiler.
mono/metadata/profiler-private.h
mono/metadata/profiler.c
mono/metadata/profiler.h
mono/metadata/sgen-gc.c