Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 9742 invoked from network); 14 May 2007 11:44:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 11:44:35 -0000 Received: (qmail 72725 invoked by uid 500); 14 May 2007 11:44:41 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 72708 invoked by uid 500); 14 May 2007 11:44:41 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 72697 invoked by uid 99); 14 May 2007 11:44:41 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:44:41 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 04:44:34 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 0E3DF1A9838; Mon, 14 May 2007 04:44:14 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r537788 - in /harmony/standard/site: docs/subcomponents/drlvm/JIT.html xdocs/subcomponents/drlvm/Jitrino.html Date: Mon, 14 May 2007 11:44:13 -0000 To: commits@harmony.apache.org From: nadinem@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070514114414.0E3DF1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nadinem Date: Mon May 14 04:44:12 2007 New Revision: 537788 URL: http://svn.apache.org/viewvc?view=rev&rev=537788 Log: HARMONY-3853: removing duplicated paragraph from text Modified: harmony/standard/site/docs/subcomponents/drlvm/JIT.html harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html Modified: harmony/standard/site/docs/subcomponents/drlvm/JIT.html URL: http://svn.apache.org/viewvc/harmony/standard/site/docs/subcomponents/drlvm/JIT.html?view=diff&rev=537788&r1=537787&r2=537788 ============================================================================== --- harmony/standard/site/docs/subcomponents/drlvm/JIT.html (original) +++ harmony/standard/site/docs/subcomponents/drlvm/JIT.html Mon May 14 04:44:12 2007 @@ -1176,15 +1176,6 @@ side effects are considered movable. Instructions can be moved up and down the dominator tree. -
  • - Lowering (lower) performs basic - instruction-level transformations to replace common helper - calls with the corresponding HIR code. A helper call - generally is performance-expensive, so that inlining the - operation performed by a helper method can improve - performance. This is especially true for operations that are - proved to be redundant afterwards. -
  • Modified: harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html URL: http://svn.apache.org/viewvc/harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html?view=diff&rev=537788&r1=537787&r2=537788 ============================================================================== --- harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html (original) +++ harmony/standard/site/xdocs/subcomponents/drlvm/Jitrino.html Mon May 14 04:44:12 2007 @@ -984,15 +984,6 @@ side effects are considered movable. Instructions can be moved up and down the dominator tree. -
  • - Lowering (lower) performs basic - instruction-level transformations to replace common helper - calls with the corresponding HIR code. A helper call - generally is performance-expensive, so that inlining the - operation performed by a helper method can improve - performance. This is especially true for operations that are - proved to be redundant afterwards. -