Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 15560 invoked from network); 13 Jan 2007 12:08:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2007 12:08:49 -0000 Received: (qmail 74117 invoked by uid 500); 13 Jan 2007 12:08:55 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 74085 invoked by uid 500); 13 Jan 2007 12:08:55 -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 74076 invoked by uid 99); 13 Jan 2007 12:08:55 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Jan 2007 04:08:55 -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; Sat, 13 Jan 2007 04:08:48 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 041757142FB for ; Sat, 13 Jan 2007 04:08:28 -0800 (PST) Message-ID: <33080508.1168690108014.JavaMail.jira@brutus> Date: Sat, 13 Jan 2007 04:08:28 -0800 (PST) From: "Alex Astapchuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-2994) [drlvm][fastcc]Fast calling convention for IA-32 In-Reply-To: <3842698.1168689987502.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-2994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Astapchuk updated HARMONY-2994: ------------------------------------ Attachment: 0003-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-vm-vmcore.txt > [drlvm][fastcc]Fast calling convention for IA-32 > ------------------------------------------------ > > Key: HARMONY-2994 > URL: https://issues.apache.org/jira/browse/HARMONY-2994 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Alex Astapchuk > Attachments: 0001-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-vm-jitrino.txt, 0002-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-vm-port.txt, 0003-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-vm-vmcore.txt, 0004-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-vm.txt, 0005-drlvm-fastcc-Fast-calling-convention-for-IA-32-part-build-custom.txt > > > Attached is implementation of register-based calling convention (DRLFast) for DRLVM/Jitrino on IA-32. > By default, the new convention is off and the old good calling convention is used for managed code. > To turn the DRLFast on, the new switch is introduced: 'java -Xcc:drlfast' (only meaningful on IA-32). > Please refer to 'java -X' online help for more details and for DRLFast tuning options. > Please note: DRLFast is not yet supported in Jitrino.JET, will come up later. > Comments and suggestions are welcome. > For easier reviewing, the patch is cut by te modules affected. > Tested with 'build test' and it passed on Win2003 and SuSE9/ia32. -- 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