Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 91605 invoked from network); 4 Dec 2007 18:00:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2007 18:00:04 -0000 Received: (qmail 42308 invoked by uid 500); 4 Dec 2007 17:59:52 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 42292 invoked by uid 500); 4 Dec 2007 17:59: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 42283 invoked by uid 99); 4 Dec 2007 17:59:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2007 09:59: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; Tue, 04 Dec 2007 17:59:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 39FA271423B for ; Tue, 4 Dec 2007 09:59:43 -0800 (PST) Message-ID: <1931929.1196791183211.JavaMail.jira@brutus> Date: Tue, 4 Dec 2007 09:59:43 -0800 (PST) From: "Dmitry Pronichkin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-5231) [drlvm][gc_gen] Implementing allocation prefetch and memset in java GC helpers In-Reply-To: <4093433.1196425723661.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-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Pronichkin updated HARMONY-5231: --------------------------------------- Attachment: Native_ceiling_alignment.patch > [drlvm][gc_gen] Implementing allocation prefetch and memset in java GC helpers > ------------------------------------------------------------------------------ > > Key: HARMONY-5231 > URL: https://issues.apache.org/jira/browse/HARMONY-5231 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: 32-bit > Reporter: Rustem Rafikov > Assignee: Xiao-Feng Li > Attachments: GC_java_helpers.patch, gc_magics-gc_part.patch, Native_ceiling_alignment.patch > > > Hi, > The attached patch adds allocation prefetch and memset support to GC java helpers. > The patch introduces alloc_zeroing method to GCHelper to put the first version into SVN. > It does not change existing helper while the new one is implemented in optimal way. > Only after this old version will be switched. > -- > Thanks, > Rustem -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.