Merge from vendor branch KIENTZLE:
[pkgsrcv2.git] / devel / libgcroots / DESCR
1 This library abstracts architecture-dependent part of garbage collector
2 roots acquisition such as register windows of SPARC and register stack
3 backing store of IA-64. Main part of the code is based on Boehm GC 7.0.
4
5 With this library, you can easily write your own garbage collector such as
6 for small footprint, some application-specific optimizations, just learning
7 or to test experimental ideas.