dce78baaf8
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.
4 lines
128 B
Text
4 lines
128 B
Text
@comment $NetBSD: PLIST,v 1.1.1.1 2008/02/29 13:06:36 obache Exp $
|
|
include/gcroots.h
|
|
lib/libgcroots.la
|
|
lib/pkgconfig/gcroots.pc
|