Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 53713 invoked from network); 19 Sep 2008 15:40:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 15:40:30 -0000 Received: (qmail 19692 invoked by uid 500); 19 Sep 2008 15:40:25 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 19666 invoked by uid 500); 19 Sep 2008 15:40:25 -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 19655 invoked by uid 99); 19 Sep 2008 15:40:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 08:40:25 -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 (athena.apache.org: domain of xiaoming.gu@gmail.com designates 209.85.198.208 as permitted sender) Received: from [209.85.198.208] (HELO rv-out-0304.google.com) (209.85.198.208) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 15:39:26 +0000 Received: by rv-out-0304.google.com with SMTP id k23so410933rvb.0 for ; Fri, 19 Sep 2008 08:39:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.94.1 with SMTP id r1mr1152718wab.17.1221838799490; Fri, 19 Sep 2008 08:39:59 -0700 (PDT) Message-ID: <0016364595069dd02204574183a6@google.com> Date: Fri, 19 Sep 2008 08:39:59 -0700 Subject: Re: Re: [jira] Updated: (HARMONY-5965) [drlvm][jit]generate Mnemonic_LEA LIR for Op_Shladd HIR in IA32 From: xiaoming.gu@gmail.com To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=0016364595069dd00e045741838a X-Virus-Checked: Checked by ClamAV on apache.org --0016364595069dd00e045741838a Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Sep 19, 2008 11:27pm, Ian Rogers wrote: > xiaoming.gu@gmail.com wrote: > > > Ian, a quick question - is there any instruction scheduling work in Jikes RVM? If yes, local or global or both? Thanks. -Xiaoming > > > > > > > There is instruction scheduling [1] but it is only performed on PowerPC[2]. There was an effort to improve it, possibly including x87, but that hasn't produced any code I've seen. > > > > Regards, > > Ian > > > > [1] http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/rvmroot/trunk/rvm/src/org/jikesrvm/compilers/opt/instrsched/ > > [2] http://jikesrvm.svn.sourceforge.net/viewvc/jikesrvm/rvmroot/trunk/rvm/src/org/jikesrvm/compilers/opt/driver/ppc/MIROptimizationPlanner.java?revision=14000&view=markup#l_87 > Thanks. To my best knowledge, there is no instruction scheduling in Harmony now. I think it's better to do something related with low overhead even in out-of-order machines such as IA32. Xiaoming --0016364595069dd00e045741838a--