Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 11219 invoked from network); 18 Jan 2007 15:12:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2007 15:12:51 -0000 Received: (qmail 68235 invoked by uid 500); 18 Jan 2007 15:12:57 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 68209 invoked by uid 500); 18 Jan 2007 15:12:57 -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 68199 invoked by uid 99); 18 Jan 2007 15:12:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2007 07:12:57 -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; Thu, 18 Jan 2007 07:12:50 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 044AD7141D1 for ; Thu, 18 Jan 2007 07:12:30 -0800 (PST) Message-ID: <19918767.1169133150013.JavaMail.jira@brutus> Date: Thu, 18 Jan 2007 07:12:30 -0800 (PST) From: "Ivan Volosyuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3021) [drlvm][jni] optimized method invocation from native code In-Reply-To: <25426204.1169132909989.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 [ https://issues.apache.org/jira/browse/HARMONY-3021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ivan Volosyuk updated HARMONY-3021: ----------------------------------- Attachment: h3021-n2m_optimization.diff > [drlvm][jni] optimized method invocation from native code > --------------------------------------------------------- > > Key: HARMONY-3021 > URL: https://issues.apache.org/jira/browse/HARMONY-3021 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Windows/ia32, Linux/ia32 > Reporter: Ivan Volosyuk > Priority: Minor > Attachments: h3021-n2m_optimization.diff > > > Using native stubs generated for each method parameters set. > Stubs managed in custom hash table with write-only locks. > Also each method hash a quick pointer to the corresponding stub which initialized right before the first use. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira