Author: yamakenz Date: Wed Sep 12 23:26:15 2007 New Revision: 4958 Modified: libgcroots-trunk/README
Log: * README - Update Modified: libgcroots-trunk/README ============================================================================== --- libgcroots-trunk/README (original) +++ libgcroots-trunk/README Wed Sep 12 23:26:15 2007 @@ -6,12 +6,11 @@ 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.0alpha7. +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 for -small footprint, some application-specific optimizations, just learning or -testing experimental ideas. +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. See this page for latest information.
