Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 92410 invoked from network); 6 Dec 2006 11:29:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 11:29:43 -0000 Received: (qmail 94430 invoked by uid 500); 6 Dec 2006 11:29:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 94333 invoked by uid 500); 6 Dec 2006 11:29:51 -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 94323 invoked by uid 99); 6 Dec 2006 11:29:51 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 03:29:51 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 03:29:42 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4A67B7142E1 for ; Wed, 6 Dec 2006 03:29:22 -0800 (PST) Message-ID: <1932952.1165404562302.JavaMail.jira@brutus> Date: Wed, 6 Dec 2006 03:29:22 -0800 (PST) From: "Ivan Volosyuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2424) [drlvm] Inlining of array allocation helper. In-Reply-To: <32103406.1165237584438.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/HARMONY-2424?page=comments#action_12455971 ] Ivan Volosyuk commented on HARMONY-2424: ---------------------------------------- Mikhail, second billet is incorrect. Slow path alloc may return 0 on out of memory conditions. > [drlvm] Inlining of array allocation helper. > -------------------------------------------- > > Key: HARMONY-2424 > URL: http://issues.apache.org/jira/browse/HARMONY-2424 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Mikhail Fursov > Attachments: allocArray.diff, allocArray_2.diff, allocArray_3.diff > > > The implementation of inlining of arrays allocation helper. > The patch contains: > 1) The code of array allocation helper written in Java. > 2) JIT modifications to inline the array allocation helper. > 3) JIT modification to support InlinePragma method marker for helpers. > 4) Minor fixes in Jitrino.OPT magics support found while testing. > The array allocation helper inlining will be enabled by default in -Xem:server mode after the patch is applied. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira