summaryrefslogtreecommitdiff
path: root/devel/libgcroots/DESCR
blob: d73ce2eb4ba7deb2c3c77c1a9864c5b06ec1aedc (plain)
1
2
3
4
5
6
7
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.