Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 28436 invoked from network); 30 Nov 2007 11:31:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 11:31:04 -0000 Received: (qmail 41439 invoked by uid 500); 30 Nov 2007 11:30:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 41422 invoked by uid 500); 30 Nov 2007 11:30:52 -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 41413 invoked by uid 99); 30 Nov 2007 11:30:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 03:30:52 -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; Fri, 30 Nov 2007 11:30:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13B3D714204 for ; Fri, 30 Nov 2007 03:30:43 -0800 (PST) Message-ID: <25098157.1196422243044.JavaMail.jira@brutus> Date: Fri, 30 Nov 2007 03:30:43 -0800 (PST) From: "Rustem Rafikov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5171) [drlvm][jitrino][opt] Allocation prefetch and memset in java helpers In-Reply-To: <13012703.1195724623752.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-5171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rustem Rafikov updated HARMONY-5171: ------------------------------------ Attachment: gc_magics-jit_part.patch The original patch has been divided into 2 chuncks:. jit and gc related changes. attaching JIT part, please use this patch. --bwR > [drlvm][jitrino][opt] Allocation prefetch and memset in java helpers > -------------------------------------------------------------------- > > Key: HARMONY-5171 > URL: https://issues.apache.org/jira/browse/HARMONY-5171 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: IA-32 > Reporter: Dmitry Pronichkin > Attachments: gc_magics-jit_part.patch, GC_magics.patch > > > GC allocation helper currently goes to native code if memory for allocation is not cleared. This improvement allows to make memory clearing and allocation prefetch in GChelper using two new VMHelpers - prefetch (Address addr, int prefetch_distance, int prefetch_stride) and memset0 (Address addr, int zeroing_size). Three new parameters - prefetch_distance, prefetch_stride and zeroing_size - are taken from native GC. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.