Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 70155 invoked from network); 19 Nov 2007 08:21:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2007 08:21:04 -0000 Received: (qmail 75160 invoked by uid 500); 19 Nov 2007 08:20:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 75136 invoked by uid 500); 19 Nov 2007 08:20: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 75127 invoked by uid 99); 19 Nov 2007 08:20:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2007 00:20:51 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 19 Nov 2007 08:20:49 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C44271420B for ; Mon, 19 Nov 2007 00:20:43 -0800 (PST) Message-ID: <10769032.1195460443170.JavaMail.jira@brutus> Date: Mon, 19 Nov 2007 00:20:43 -0800 (PST) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Closed: (HARMONY-5146) [drlvm][gc]Allocation Prefetch in Garbage Collector In-Reply-To: <32124111.1195454623015.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-5146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao-Feng Li closed HARMONY-5146. --------------------------------- Resolution: Fixed Assignee: Xiao-Feng Li committed in r596220 > [drlvm][gc]Allocation Prefetch in Garbage Collector > --------------------------------------------------- > > Key: HARMONY-5146 > URL: https://issues.apache.org/jira/browse/HARMONY-5146 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: Win32/Win64/Linux32 have already been verified > Reporter: Chen Yang > Assignee: Xiao-Feng Li > Attachments: alloc_prefetch.patch > > > Allocation Prefetch is known to be effective in improving the application performance, this patch is based on the study on current allocation implementation in garbage collector and has already been evaluated. Some options are provided: > -XX:gc.prefetch=true/false ; to enable or disable the allocation prefetch, default false > -XX:gc.zeroing_size=N ; to specify the number of bytes in group memset, default 256 > -XX:gc.prefetch_stride=N ; to specify the number of bytes of prefetch stride, default 64 > -XX:gc.prefetch_distance=N ; to specify the number of bytes to be prefetched, default 1024 > To get the best performance, it is expected to select appropriate parameters. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.