Description: TinyGC is an independent implementation of the API of the well-known Boehm-Demers-Weiser Conservative GC ("BDWGC" or "BoehmGC" for short).TinyGC has been initially developed as a part of the JCGO project to be used as a BoehmGC replacement. At present, TinyGC is a standalone project.
The major TinyGC advantages over BoehmGC are:
1.small code size (it could be as small as 3800 bytes)
2.16-bit architectures are supported
3.small initial internal data size
4.less source code (to verify)
5. minimal set of the underlaying clib/pthread/Win32 functions used.
To Search:
File list (Check if you may need any files):
tinygc-2_6\tinygc\ChangeLog
..........\......\gc.h
..........\......\gc_gcj.h
..........\......\gc_mark.h
..........\......\GNU_GPL.txt
..........\......\htdocs\index.html
..........\......\javaxfc.h
..........\......\README.txt
..........\......\tinygc.c
..........\......\htdocs
..........\tinygc
tinygc-2_6