Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 47235 invoked from network); 13 Nov 2008 12:56:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 12:56:44 -0000 Received: (qmail 74388 invoked by uid 500); 13 Nov 2008 12:56:51 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 74026 invoked by uid 500); 13 Nov 2008 12:56:50 -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 74015 invoked by uid 99); 13 Nov 2008 12:56:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 04:56:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xiaofeng.li@gmail.com designates 209.85.198.243 as permitted sender) Received: from [209.85.198.243] (HELO rv-out-0708.google.com) (209.85.198.243) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 12:55:31 +0000 Received: by rv-out-0708.google.com with SMTP id k29so1032059rvb.0 for ; Thu, 13 Nov 2008 04:56:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=moBMnV8UGpjnADReqMQPkH1V9NSqTnLynQCIfmtuSLc=; b=WxVhekLlamocGMyEU9FElS/lAWF+OXiubjHRGEHhajfebtulQoKHKLq+k2WvVsXQBD c9g1FIrrS8jyEQwGmjjES9VwJS/46n43gws4D2wzcq5r6e7eereQ7kOXeRzJ7o6sSoTP G9FpBWXtzFCG1Qnq/SogGli6md/R6gBp2LH9Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aRyP3QJuvPpvnTgeerZMB47AxHkLetElwDYxcynOR8kSTe/i4boYzjl84nuNqn0l8Q +Ra1we1djqLCaYavVOO4UqxtjPZXOKsKH8gGC9lwacjvZS+iBnk2C8Yqpomq4Jo0bdx4 nnk9i1cTDtZFXADYtv33GdXA/S5vdBPEqREk4= Received: by 10.142.125.4 with SMTP id x4mr3760714wfc.75.1226580964850; Thu, 13 Nov 2008 04:56:04 -0800 (PST) Received: by 10.143.164.5 with HTTP; Thu, 13 Nov 2008 04:56:04 -0800 (PST) Message-ID: <9623c9a50811130456r64a68db6ud8903e640333ba91@mail.gmail.com> Date: Thu, 13 Nov 2008 20:56:04 +0800 From: "Xiao-Feng Li" To: dev@harmony.apache.org Subject: Re: Sorry...I was not clear in my previous post....I hope this one is more clear In-Reply-To: <491C1C45.1030406@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9623c9a50811130317j32488f4dw9dc83ddd42f39ac5@mail.gmail.com> <491C1C45.1030406@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Nov 13, 2008 at 8:23 PM, Tim Ellison wrote: > Diab Abuaiadh wrote: >> Hi Xiaofeng, >> >> I left IBM at 2006. I thought that IBM gave J9 to the open source community. >> If I have J9 or (sun jvm...I think it is called sov) I will be able to implement >> the new algorithms in short time....Maybe one month or less. >> >> I am not familiar with DRLVM...I am afraid it may take time to implement >> the new algorithms....the other things is if I implement the new algorithms >> on J9, I will be able to compare the result with the previous algorithm in J9. > > If you write a new algorithm on DRLVM you can still compare it to the > existing J9 algorithm :-) or the DRLVM algorithms. > > We are aiming to improve the DRLVM in this project, as mentioned > elsewhere, J9 is not open source so no opportunity for you to contribute > directly there. > >> Question: what algrithms you use to implement the garbage collection in DRLVM? >> what compaction algorithm you use? > > Did you look at the website already? There are a number of documents > that will be of interest to you, including a How-To for new GC > algorithms [1] > > I suggest you check your ability to contribute to the project, then > describe your ideas and work with Xiao-Feng and everyone on this list to > implement it. I'm sure you'll get some useful feedback. Right. I am very happy to help the new algorithm be implemented in DRLVM, assuming there is no legal obstacle. Diab, I realized I am quite familiar with the algorithm you published in OOPSLA2004. :) DRLVM has a couple of GC implementations. All of them share the same code base (or same GC infrastructure). You can write a new GC from the scratch by only using the GC/VM APIs defined in Harmony, or you can develop your algorithm in the same code base as the existing GCs, then you can leverage the infrastructures. Thanks, xiaofeng > [1] http://harmony.apache.org/subcomponents/drlvm/gc-howto.html > > Regards, > Tim > -- http://xiao-feng.blogspot.com