--- Fang Weijian <[EMAIL PROTECTED]> wrote: > Hi, > > Is gc in kaffe still a mark-and-sweep one? Any > advancement since 1.0.6? Thanks.
I assume it still is, as there has not been that much developement on it since 1.0.6 came out. the pocketlinux kaffe tree includes a second generation incremental garbage collector (mem2), and a bridge to boehm's collector (mem3), but these have not been merged into the main tree yet. You can take a look at the sources at http://www.kaffe.org/cgi-bin/viewcvs.cgi/pocketlinux/XOE_1.0/src/kaffe-all/src/kaffe/kaffevm/ And check out this mail from Jim Pick for more info on these interfaces: http://www.kaffe.org/pipermail/kaffe/2002-March/007746.html If you want to hack on them, and get them merged into the main tree, you're more than welcome to contribute. best regards, dalibor topic __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
