Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 58300 invoked from network); 8 Jan 2007 06:55:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2007 06:55:32 -0000 Received: (qmail 60131 invoked by uid 500); 8 Jan 2007 06:55:38 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 59859 invoked by uid 500); 8 Jan 2007 06:55:37 -0000 Mailing-List: contact dev-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 dev@harmony.apache.org Received: (qmail 59850 invoked by uid 99); 8 Jan 2007 06:55:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 22:55:37 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of gcjhd-harmony-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Jan 2007 22:55:27 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H3oPO-0001L9-Hb for dev@harmony.apache.org; Mon, 08 Jan 2007 07:55:02 +0100 Received: from msfwpr01.ims.intel.com ([62.118.80.132]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jan 2007 07:55:02 +0100 Received: from egor.pasko by msfwpr01.ims.intel.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Jan 2007 07:55:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@harmony.apache.org From: Egor Pasko Subject: Re: [DRLVM][GCv5] (H-2945) scalable parallel generational or non-generational collection Date: 08 Jan 2007 12:54:35 +0600 Lines: 33 Message-ID: References: <9623c9a50701060634u1d1b0c25h31b238bbb81079e9@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: msfwpr01.ims.intel.com User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org On the 0x256 day of Apache Harmony Xiao-Feng Li wrote: > Hi, I've submitted a patch for GCv5 at URL: > https://issues.apache.org/jira/browse/HARMONY-2945, which achieves > good parallelization scalability in real SMP machines. 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. Xiao-Feng, what specific optimizations did you have to disable? I believe, we can re-enable them in GCv5 mode pretty fast. > 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 > -- Egor Pasko