Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 6860 invoked from network); 16 Oct 2006 23:54:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Oct 2006 23:54:45 -0000 Received: (qmail 70942 invoked by uid 500); 16 Oct 2006 23:54:42 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 70905 invoked by uid 500); 16 Oct 2006 23:54:42 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 70894 invoked by uid 99); 16 Oct 2006 23:54:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 16:54:42 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of xiaofeng.li@gmail.com designates 66.249.92.174 as permitted sender) Received: from [66.249.92.174] (HELO ug-out-1314.google.com) (66.249.92.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Oct 2006 16:54:42 -0700 Received: by ug-out-1314.google.com with SMTP id y2so1165911uge for ; Mon, 16 Oct 2006 16:54:20 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hfZaITEBIdvsbT3lQFAHxqXTLRjQgBrFivNkPZQFR/lF1KNNTKgijVqW7E2Xemm7lGHPdeSfpPc7NVXTK3lsQNyF5KY7l6eC2S09l5wSY+wz6omT/vVC/H5oi+VM+cMfx3hNLF584UhZrDAe+xRdOhiHfWpv4LZlRvIxXB5MYF8= Received: by 10.78.200.20 with SMTP id x20mr8490554huf; Mon, 16 Oct 2006 16:54:20 -0700 (PDT) Received: by 10.78.154.18 with HTTP; Mon, 16 Oct 2006 16:54:20 -0700 (PDT) Message-ID: <9623c9a50610161654w2f51a556tf91d3d88df8dcba5@mail.gmail.com> Date: Tue, 17 Oct 2006 07:54:20 +0800 From: "Xiao-Feng Li" To: harmony-dev@incubator.apache.org Subject: Re: [DRLVM][JIT/GC] Questions on JIRA-1682, incorrect gc enumeration In-Reply-To: <12385bbd0610160523r3f41fb4dw98443c669be0b7a2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4dd1f3f00610151128g2492238bpff3c2480a89d5782@mail.gmail.com> <4532AF12.9000600@pobox.com> <4dd1f3f00610151923y315f393ayaae9aeb1abdf7e73@mail.gmail.com> <45336E0F.1090603@pobox.com> <12385bbd0610160450h3e7350b8xfc5ee1610e145c5a@mail.gmail.com> <45337794.3040302@pobox.com> <12385bbd0610160523r3f41fb4dw98443c669be0b7a2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 10/16/06, Ivan Volosyuk wrote: > On 10/16/06, Geir Magnusson Jr. wrote: > > Ivan Volosyuk wrote: > > > GC v4.1 has additional > > > requirement from VM/JIT in order to support collection during > > > enumeration. Other existing DRLVM's GCs doesn't has such requirement > > > and will work just fine either way. There is no interface changes for > > > them. > > > > > > > So when we switch to v5, this goes away? > > > > geir > > Yes. GC v5 doesn't have this requirement for now. Hi, Ivan and all, I think this is not a bad idea to keep this capability in JIT. GCv5 currently doesn't need this capability, but actually I am thinking how to utilize it in future. Who knows? :-) The bottom line is it has no negative impact on GC design. Thanks, xiaofeng --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org