Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 87030 invoked from network); 6 May 2008 09:05:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 May 2008 09:05:23 -0000 Received: (qmail 52898 invoked by uid 500); 6 May 2008 09:05:25 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 52796 invoked by uid 500); 6 May 2008 09:05:24 -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 52785 invoked by uid 99); 6 May 2008 09:05:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 May 2008 02:05:24 -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; Tue, 06 May 2008 09:04:39 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 1F3DAD2EB for ; Tue, 6 May 2008 09:05:00 +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: Tue, 06 May 2008 09:05:00 -0000 Message-ID: <20080506090500.20496.98137@eos.apache.org> Subject: [Harmony Wiki] Update of "Jitrino OPT" by George Timoshenko 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 George Timoshenko: http://wiki.apache.org/harmony/Jitrino_OPT ------------------------------------------------------------------------------ * [:Jitrino_OPT/hvn: hvn] - Hash value numbering (CSE) * [:Jitrino_OPT/inline: inline] - Inlines hot methods calls * [:Jitrino_OPT/inline_helpers: inline_helpers] - Replaces HIR instruction with a Java method call and inlines this call - * [:Jitrino_OPT/lazyexc: lazyexc] + * [:Jitrino_OPT/lazyexc: lazyexc] - Eliminates redundant creation of exception objects * [:Jitrino_OPT/lower: lower] - Partial inlining for type checks * [:Jitrino_OPT/memopt: memopt] - Redundant memory loads and stores elimination * [:Jitrino_OPT/osr: osr] - Operator strength reduction