Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 70817 invoked from network); 13 Mar 2008 23:15:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2008 23:15:07 -0000 Received: (qmail 5644 invoked by uid 500); 13 Mar 2008 23:15:00 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 5617 invoked by uid 500); 13 Mar 2008 23:15:00 -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 5565 invoked by uid 99); 13 Mar 2008 23:15:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 16:15:00 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2008 23:14:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B0E6A234C09F for ; Thu, 13 Mar 2008 16:13:25 -0700 (PDT) Message-ID: <1364169875.1205450005723.JavaMail.jira@brutus> Date: Thu, 13 Mar 2008 16:13:25 -0700 (PDT) From: "Chen Yang (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5605) drlvm][gc] collect_kind refactoring for better modularity In-Reply-To: <1809817207.1205449888778.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-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chen Yang updated HARMONY-5605: ------------------------------- Attachment: collect_kind_refactor.patch > drlvm][gc] collect_kind refactoring for better modularity > --------------------------------------------------------- > > Key: HARMONY-5605 > URL: https://issues.apache.org/jira/browse/HARMONY-5605 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Affects Versions: 5.0M6 > Environment: All related environment: Win32/Win64/Linux32/Linux64 > Reporter: Chen Yang > Fix For: 5.0M6 > > Attachments: collect_kind_refactor.patch > > > This patch refactors the design of collect_kind and collect_algorithm in GC, so that it has better modularity when supporting multiple different GC algorithms and collection kinds. The patch also includes two fixes and mark prefetch support in the Semispace GC. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.