Merge from vendor branch TNF:
authorobache <obache>
Fri, 29 Feb 2008 13:06:36 +0000 (13:06 +0000)
committerobache <obache>
Fri, 29 Feb 2008 13:06:36 +0000 (13:06 +0000)
commit27d0317e55bea9d8b3a86305c8a6d6f290011e4a
treeb4b550cb4566172bca008ddf64c235e3dbb7ba4e
parent515f92030251ef64bc5aa379da8052c85dc06800
parentfa10a5a9fd6f1be26d01d359234857b23bca4d4d
Merge from vendor branch TNF:
Import libgcroots version 0.2.1.

This library abstracts architecture-dependent part of garbage collector
roots acquisition such as register windows of SPARC and register stack
backing store of IA-64. Main part of the code is based on Boehm GC 7.0.

With this library, you can easily write your own garbage collector such as
for small footprint, some application-specific optimizations, just learning
or to test experimental ideas.