Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 43952 invoked from network); 17 Dec 2007 10:07:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Dec 2007 10:07:01 -0000 Received: (qmail 70623 invoked by uid 500); 17 Dec 2007 10:06:50 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 70090 invoked by uid 500); 17 Dec 2007 10:06:49 -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 70081 invoked by uid 99); 17 Dec 2007 10:06:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 02:06:49 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of simon.harmony@gmail.com designates 209.85.146.176 as permitted sender) Received: from [209.85.146.176] (HELO wa-out-1112.google.com) (209.85.146.176) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Dec 2007 10:06:28 +0000 Received: by wa-out-1112.google.com with SMTP id k22so3554709waf.18 for ; Mon, 17 Dec 2007 02:06:30 -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:references; bh=3HKIvL+YYcIQMSt3W+e0jKm1X6GEV2INII1XVvbZhL8=; b=eVDLo4AzTn5rKrB8wS9ik6c0JiuRfAi42gWTMB4Vzg01NfHqcZ51heZzd0HLYoT5i5ILZ7QrWd7JrHPLzCDFbSReznbvqxgZMkKC/t4ZDh4cYioqgL8EMOCMD1QTmI6SQu96E3JtbEopce7TGzL/af95ZHD9RYlWBmb6vnaDTgg= 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:references; b=rFa21z0XUhEP8O+dP3n0q9Ivkudl/4xeeIMR5e/y6G+YTlw86hU1C8Dbdo2JrjfguC4cO9lv8ncSmVC9M/Ex66WQTpkkcbN1dBKuG4DO4PZIWCDDKFhZs4z+DZjFT7DARn1hAZafzbSrcJl38TzG7DTR1kRPtA+NoqQEbCKXeyc= Received: by 10.115.95.1 with SMTP id x1mr3275855wal.94.1197885990229; Mon, 17 Dec 2007 02:06:30 -0800 (PST) Received: by 10.114.161.10 with HTTP; Mon, 17 Dec 2007 02:06:30 -0800 (PST) Message-ID: <3db9f87f0712170206l1f84382bqe0b3b72cb837450e@mail.gmail.com> Date: Mon, 17 Dec 2007 18:06:30 +0800 From: "Simon Chow" To: dev@harmony.apache.org Subject: Re: [drlvm][jitrino]A question of pipeline and method filter In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7620_8958534.1197885990223" References: <3db9f87f0712170035y2cc0bff0oec13fc922077865c@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7620_8958534.1197885990223 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Thank you very much! So users should choose pipeline for methods before execution, isn't it? Then I wants to know how to build a pipeline with the most efficient compilation result of a specified method. Does it rely on the developer's experience? On 17/12/2007, Mikhail Fursov wrote: > > Hi Simon, > On Dec 17, 2007 2:35 PM, Simon Chow wrote: > > > First, I am just a beginner for OPT. > > I find a file named opt.emconf in default vm. Is it the default > > configuration of compilation pipeline in OPT? > > > > Yes, this configuration file is used when you pass -Xem:opt option to VM. > 'opt' here is the name of the file. You can specify the full path to your > custom configuration file with -Xem option or put it into 'bin/default' > directory and use the filename only (file extension is optional). > > > > > > My question is that, Is Harmony VM able to change the pipeline or method > > filters at runtime? > > i.e. Could I specify a pipeline(named P) to a method (named M) > > dynamically? > > > > You can't change JIT configuration in runtime but you can use command line > to override any of existing "-XX" option stored in emconf file at startup. > The format is the same as in emconf - you can just copy it and use in > command line. > > > -- > Mikhail Fursov > -- >From : Simon.Chow@Software School of Fudan University ------=_Part_7620_8958534.1197885990223--