garbage collector

2001-10-31 Thread wang wenzhong
The garbage collector begin its mark phase from scaning and marking registered root references object,then walk and mark other reachable objects. The file gcRefs.c defines two functions:gc_add_ref and gc_rm_ref,the first one add a persistent reference to an object (stored in a hashtable

kaffe as shell

2001-10-31 Thread Mark and Janice Juszczec
Hello all While searching the PocketLinux archives, I found that: [EMAIL PROTECTED] wrote the following on: Fri Sep 01 18:56:13 2000 It's easy to build kaffe so that it acts as a shell, and automatically launches some application - in that case, it could be installed instead of a shell.