Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50626 invoked from network); 6 Jan 2007 14:02:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2007 14:02:48 -0000 Received: (qmail 40935 invoked by uid 500); 6 Jan 2007 14:02:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 40908 invoked by uid 500); 6 Jan 2007 14:02:55 -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 40899 invoked by uid 99); 6 Jan 2007 14:02:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jan 2007 06:02:55 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Sat, 06 Jan 2007 06:02:47 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83A03714311 for ; Sat, 6 Jan 2007 06:02:27 -0800 (PST) Message-ID: <14002370.1168092147535.JavaMail.jira@brutus> Date: Sat, 6 Jan 2007 06:02:27 -0800 (PST) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2945) [DRLVM][GCv5] parallel generational or non-generational collection In-Reply-To: <2624130.1168092027534.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-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao-Feng Li updated HARMONY-2945: ---------------------------------- Attachment: (was: GCv5-parallelization-1-5.patch) > [DRLVM][GCv5] parallel generational or non-generational collection > ------------------------------------------------------------------ > > Key: HARMONY-2945 > URL: https://issues.apache.org/jira/browse/HARMONY-2945 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Windows and Linux IA32 > Reporter: Xiao-Feng Li > Attachments: GCv5-parallelization-1-5.patch > > > Hi, attached is a patch for GCv5 which achieves good parallelization scalability in real SMP machine. It can works in generational or nongenerational mode. I have tested it on a Intel Tulsa platform which has four Pentium-D dual-core processors (totally 8 cores). It performs pretty well. With more processors and larger heap size, this parallel GC can demonstrate more benefits. > There are two dependences: > 1. To fully exploit this GC's adavantage, helper inlining should be enabled for it. It depends on Harmony-2652 which inlines write barrier. > 2. Some JIT optimizations do not implement write barrer for reference field update. These opts have to be disabled to make the generational mode work. > At the same time before the two dependences are resolved, people still can play with it in non-generational mode. But the performance will be impacted seriously without helper inlinings. > Dear commiter, please help to integrate it into Harmony SVN. Please apply the patch at working_vm directory. > Thanks, > xiaofeng -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira