Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 26185 invoked from network); 31 May 2007 15:08:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 15:08:44 -0000 Received: (qmail 48825 invoked by uid 500); 31 May 2007 15:08:47 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 48285 invoked by uid 500); 31 May 2007 15:08:46 -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 48276 invoked by uid 99); 31 May 2007 15:08:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 08:08:46 -0700 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 (herse.apache.org: domain of mike.fursov@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 May 2007 08:08:41 -0700 Received: by py-out-1112.google.com with SMTP id a29so363614pyi for ; Thu, 31 May 2007 08:08:20 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Jj75eM50zhuJULaH1WhbZ6F4nW6a+UaTQylwO+jDnNJ0tGcucv3IIoVpF/nUnXDOXdqnGulgpYmsgpa0JZjhPSfSNl/USc5MzUBeEb9A7F3bUUOGEKN10ZG10w52ufwWgKkS8IvncYBbwg7JEEXaVQiTaJv855qDs9TPc1zXWac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=QsAQFY5YFzph63ejJb/VLp7nWiIhSXCHHsMvx/aHvAAdUTAZlBt0awdxbUGNZ6GAtbGyAEVH4vuPzSCHIOI6pjBfLsAvstDUD0mRerdh/uMN1NifLdV8loQ3PeQEXJiFq+bYA3RuH6OeLjVLTdTRwKckitky+k8GBpPbe0wcR4A= Received: by 10.35.32.9 with SMTP id k9mr1210560pyj.1180624100115; Thu, 31 May 2007 08:08:20 -0700 (PDT) Received: by 10.35.36.9 with HTTP; Thu, 31 May 2007 08:08:20 -0700 (PDT) Message-ID: Date: Thu, 31 May 2007 22:08:20 +0700 From: "Mikhail Fursov" To: dev@harmony.apache.org Subject: Re: [drlvm] [jitrino] inliner status In-Reply-To: <465EC996.2080709@dplanet.ch> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13515_18971045.1180624100057" References: <465EBA87.1010108@dplanet.ch> <465EC996.2080709@dplanet.ch> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13515_18971045.1180624100057 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 5/31/07, Yves Ineichen wrote: > > Mikhail Fursov wrote: > > Looks like your em.configuration file is not correct and inliner > > pipeline is > > missed. > > Could you paste emconf file with all options you use here? > > my emconf file: > > chains=chain1 > chain1.jits=CS_OPT > CS_OPT.file=jitrino > > -XX:jit.CS_OPT.path=opt_init > ,translator,optimizer,hir2lir,lock_method,ipf_codegen,unlock_method > -XX:jit.CS_OPT.path.optimizer=ssa > ,devirt,inline,purge,simplify,uce,dce,lazyexc,inline_helpers,purge,simplify,uce,dce,memopt,simplify,uce,dce,lower,dessa,statprof,markglobals > -XX:jit.arg.genArrayCopyRepMove=false > -XX:jit.arg.genArrayCopy=true If it s all you have in your emconfig - it won't work Please check inliner parameters in ia32 or em64t configurations. You must have something like: #inliner configuration -XX:jit.CS_OPT.CS_OPT_inliner_pipeline.filter=- -XX:jit.CS_OPT.CS_OPT_inliner_pipeline.path=ssa,devirt -XX:jit.CS_OPT.arg.optimizer.inline.pipeline=CS_OPT_inliner_pipeline + 'inline_helpers' will do nothing on IPF. You can remove it from your list. -- Mikhail Fursov ------=_Part_13515_18971045.1180624100057--