Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 66680 invoked from network); 15 Jan 2008 07:47:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jan 2008 07:47:57 -0000 Received: (qmail 18870 invoked by uid 500); 15 Jan 2008 07:47:47 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 18845 invoked by uid 500); 15 Jan 2008 07:47:47 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 18836 invoked by uid 99); 15 Jan 2008 07:47:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2008 23:47:47 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jan 2008 07:47:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BFAFB714231 for ; Mon, 14 Jan 2008 23:47:34 -0800 (PST) Message-ID: <16238635.1200383254782.JavaMail.jira@brutus> Date: Mon, 14 Jan 2008 23:47:34 -0800 (PST) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5367) [drlvm][gc] implementation of semi-space GC in gc_gen In-Reply-To: <7073455.1199177023784.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-5367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao-Feng Li updated HARMONY-5367: ---------------------------------- Attachment: 03-semi-space.patch 03 patch is an improvement over the generational semispace. It has very good (small) gc pause time compared to the nongenerational mode. > [drlvm][gc] implementation of semi-space GC in gc_gen > ----------------------------------------------------- > > Key: HARMONY-5367 > URL: https://issues.apache.org/jira/browse/HARMONY-5367 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Environment: all DRLVM supported environments > Reporter: Xiao-Feng Li > Assignee: Xiao-Feng Li > Attachments: 01-semi-space.patch, 02-semi-space.patch, 03-semi-space.patch > > > This JIRA puts the patch(es) for a new GC algorithm in GCv5. The new GC is an adaptive semi-space GC. It's adaptive because it its space sizes are determined at runtime for best performance. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.