Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 26497 invoked from network); 12 Sep 2006 12:40:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Sep 2006 12:40:51 -0000 Received: (qmail 38810 invoked by uid 500); 12 Sep 2006 12:40:51 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 38783 invoked by uid 500); 12 Sep 2006 12:40:50 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 38767 invoked by uid 99); 12 Sep 2006 12:40:50 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Sep 2006 05:40:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:41665] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 60/20-02435-EDAA6054 for ; Tue, 12 Sep 2006 05:41:02 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5A24841000E for ; Tue, 12 Sep 2006 12:37:26 +0000 (GMT) Message-ID: <27111910.1158064646366.JavaMail.jira@brutus> Date: Tue, 12 Sep 2006 05:37:26 -0700 (PDT) From: "weldon washburn (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Assigned: (HARMONY-1428) [DRLVM] first batch of files for GCv5, a trace-forward copying collector In-Reply-To: <13731220.1157988022467.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1428?page=all ] weldon washburn reassigned HARMONY-1428: ---------------------------------------- Assignee: weldon washburn > [DRLVM] first batch of files for GCv5, a trace-forward copying collector > ------------------------------------------------------------------------ > > Key: HARMONY-1428 > URL: http://issues.apache.org/jira/browse/HARMONY-1428 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: These files were only tested on Windows with VS.NET 2003. > Reporter: Xiao-Feng Li > Assigned To: weldon washburn > Attachments: gc_v5.001.zip > > > This archive has a couple of files implementing an early version of a trace-forward copying collector for GCv5. It's only a starter with very basic functionalities. It is a generational GC reqiures write barrier implemented in JIT. It was tested with JET, and ran SPECJBB2000 and SPECJVM98. > The algorithm is depth-first tracing of From-space, and forwarding live objects to To-space (It can forward part of the From-space). The To-space has no real management except for the accomodation of forwarded objects and large objects. So the To-space is going to be replaced by a mark-compaction GC, and the large objects will be managed by a LOS GC. > In order to minimize the changes to other components of DRLVM, the codes here comply with the original contract between GCv4 and other components. I also borrowed some routine code from GCv4 to avoid repetitive labor work. > GCv5 is under active development, so please expect quick and big changes to this submitted code base. I will submit new codes from time to time when they are worth a submission. Any comments or codes are more than welcome. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira