Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 94016 invoked from network); 7 May 2008 06:59:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 May 2008 06:59:53 -0000 Received: (qmail 58503 invoked by uid 500); 7 May 2008 06:59:55 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 57951 invoked by uid 500); 7 May 2008 06:59:53 -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 57940 invoked by uid 99); 7 May 2008 06:59:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 23:59:53 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [203.2.32.108] (HELO atom.scu.edu.au) (203.2.32.108) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 May 2008 06:59:04 +0000 Received: from [10.133.27.12] (unix12.lis.scu.edu.au [10.133.27.12]) by atom.scu.edu.au (8.13.6/8.13.6) with ESMTP id m476xFib009005 for ; Wed, 7 May 2008 16:59:15 +1000 Message-ID: <48215343.2090701@anu.edu.au> Date: Wed, 07 May 2008 16:59:15 +1000 From: Robin Garner User-Agent: Thunderbird 2.0.0.12 (X11/20080227) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [drlvm][gc]benchmark References: <482026A7.2080604@gmail.com> <9623c9a50805060244s154b1e0cj9c96186df8ba7ba@mail.gmail.com> <4bebff790805060407k43908e9fs61a9c59036586327@mail.gmail.com> In-Reply-To: <4bebff790805060407k43908e9fs61a9c59036586327@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SMTP-Vilter-Version: 1.2.4 X-SMTP-Vilter-Virus-Backend: clamd X-SMTP-Vilter-Status: clean X-SMTP-Vilter-clamd-Virus-Status: clean X-Virus-Checked: Checked by ClamAV on apache.org The DaCapo benchmarks were designed specifically with GC in mind, and are (in my opinion at least) more representative of current GC workloads than the SPEC benchmarks. http://dacapobench.org/ cheers Aleksey Shipilev wrote: > Hi Lyon, > > You might consider use the microbenchmark that specifically stresses > GC. This little one [1] I wrote for my GC performance tuning [2]. > > Thanks, > Aleksey. > > [1] https://issues.apache.org/jira/secure/attachment/12368829/GCTest.java > [2] https://issues.apache.org/jira/browse/HARMONY-5058 > > On Tue, May 6, 2008 at 1:44 PM, Xiao-Feng Li wrote: > >> We usually just use SPEC benchmarks. You can try DaCapo from UMass. >> >> Thanks, >> xiaofeng >> >> >> >> On Tue, May 6, 2008 at 5:36 PM, lyon wrote: >> > hi all >> > I intend to test the performance of my implement on the gc,and I try to >> > compare with >> > performance of original algorithm that is based on the SPECjbb.But I >> > found that the SPECjbb is not free, >> > what other benchmarks are available? >> > thanks >> > >> >> >> >> -- >> http://xiao-feng.blogspot.com >> >>