Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 90257 invoked from network); 21 Aug 2006 20:55:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2006 20:55:49 -0000 Received: (qmail 99398 invoked by uid 500); 21 Aug 2006 20:55:43 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 99357 invoked by uid 500); 21 Aug 2006 20:55: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 99211 invoked by uid 99); 21 Aug 2006 20:55:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 13:55: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 weldonwjw@gmail.com designates 64.233.184.225 as permitted sender) Received: from [64.233.184.225] (HELO wr-out-0506.google.com) (64.233.184.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Aug 2006 13:55:40 -0700 Received: by wr-out-0506.google.com with SMTP id 69so362263wra for ; Mon, 21 Aug 2006 13:55:19 -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=kNz8zOUVDDqroiahRNGtiROFVfT4ryRL8jZtQXzl0kOVRQfUFXhl58UgFImRCatJDzjCLpuYjQtXoBS0iNmwHMUNmchJsaNNtYMYJfcST1JFeDH7PdkWYfKRu5fsu0vK2LEdaz8AsP0dGH0y30pl4t6REoNoZBJly8Dfig72pqk= Received: by 10.90.70.10 with SMTP id s10mr355299aga; Mon, 21 Aug 2006 13:55:19 -0700 (PDT) Received: by 10.90.82.2 with HTTP; Mon, 21 Aug 2006 13:55:19 -0700 (PDT) Message-ID: <4dd1f3f00608211355y13540b92mc64772f0c2e069c@mail.gmail.com> Date: Mon, 21 Aug 2006 13:55:19 -0700 From: "Weldon Washburn" To: harmony-dev@incubator.apache.org Subject: Re: [DRLVM][MMTk] Jitrino.JET design questions on integrating the object allocation APIs In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4dd1f3f00608141337y1c090227l649531e6588152c7@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Mikhail, I think your suggestion below will work. I will try it hopefully in the next few weeks. Thanks On 8/21/06, Mikhail Fursov wrote: > Hi Weldon, > I saw Alex 2 or 3 days ago and he told me that he will travel a lot for 2 > weeks and will have a problems with access to the computer with Internet. > Anyway I think I can help you with the problem you have. > > DRLVM already has a mechanism to filter methods between different execution > engines (JITs) by method names: Execution Manager's filters. So the easiest > way to call different object allocation helpers for different methods is to > build 2 jitrino.dll's. The first JIT library should keep the old helper call > and the second one should be patched to call a new helper. > > After you have 2 libraries you can configure EM > http://incubator.apache.org/harmony/subcomponents/drlvm/emguide.html > which library(JIT version) to use to compile a method using method name > filters. > > Is this solution solves your problem? > > On 8/15/06, Weldon Washburn < weldonwjw@gmail.com> wrote: > > > > Alex, > > > > How hard would it be to modify Jitrino.JET to call a different object > > allocation helper function on a method-by-method basis? This would > > help a bunch with integrating MMTk into DRLVM. It would also be nice > > to enable write barriers on a method-by-method basis. > > > > Thanks > > -- > > Weldon Washburn > > Intel Middleware Products Division > > > > --------------------------------------------------------------------- > > 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 > > > > > > > -- > Mikhail Fursov > > -- Weldon Washburn Intel Middleware Products Division --------------------------------------------------------------------- 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