Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 47122 invoked from network); 8 May 2008 10:46:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2008 10:46:13 -0000 Received: (qmail 86785 invoked by uid 500); 8 May 2008 10:46:15 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 86769 invoked by uid 500); 8 May 2008 10:46:15 -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 86758 invoked by uid 99); 8 May 2008 10:46:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 03:46:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 May 2008 10:45:29 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 6D55AD2EB for ; Thu, 8 May 2008 10:45:50 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Thu, 08 May 2008 10:45:50 -0000 Message-ID: <20080508104550.13140.68050@eos.apache.org> Subject: [Harmony Wiki] Update of "Jitrino OPT" by Mikhail Fursov X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by Mikhail Fursov: http://wiki.apache.org/harmony/Jitrino_OPT ------------------------------------------------------------------------------ * [:Jitrino_OPT/light_jni: light_jni] - Allows to call some predefined JNI methods directly avoiding JNI stub. * [:Jitrino_OPT/native: native] - Transforms 3-address LIR form into 2-address form * [:Jitrino_OPT/peephole: peephole] - Performs various architecture specific optimizations - * [:Jitrino_OPT/rce: rce] + * [:Jitrino_OPT/rce: rce] - Removes redundant comparisons. The analysis is based on EFLAGS affect * [:Jitrino_OPT/regalloc: regalloc] - Global register allocator * [:Jitrino_OPT/si_insts: si_insts] * [:Jitrino_OPT/spillgen: spillgen] - Local (basic-block level) register allocation and spill generator