Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 1708 invoked from network); 28 Sep 2006 04:57:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 04:57:48 -0000 Received: (qmail 65274 invoked by uid 500); 28 Sep 2006 04:57:48 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 65155 invoked by uid 500); 28 Sep 2006 04:57:48 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 65133 invoked by uid 99); 28 Sep 2006 04:57:48 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 21:57:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [209.237.227.198] ([209.237.227.198:53197] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id CE/B4-05478-7465B154 for ; Wed, 27 Sep 2006 21:57:43 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 505B27141D1 for ; Thu, 28 Sep 2006 04:53:52 +0000 (GMT) Message-ID: <1365551.1159419232326.JavaMail.jira@brutus> Date: Wed, 27 Sep 2006 21:53:52 -0700 (PDT) From: "Geir Magnusson Jr (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Commented: (HARMONY-1006) write barriers for C/C++ based GCs In-Reply-To: <965945.1154086574239.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1006?page=comments#action_12438284 ] Geir Magnusson Jr commented on HARMONY-1006: -------------------------------------------- is this still relevant to current codebase? > write barriers for C/C++ based GCs > ---------------------------------- > > Key: HARMONY-1006 > URL: http://issues.apache.org/jira/browse/HARMONY-1006 > Project: Harmony > Issue Type: New Feature > Components: Contributions > Environment: DRLM + HARMONY-504 > Reporter: Alex Astapchuk > Attachments: wb4c_jet.patch > > > Write barriers in jitrino.jet for C/C++ based GCs > The patch only presumes HARMONY-504 applied. > Note: HARMONY-816 (WBs for Java) is *not* required (and even may conflict). > Once the patch applied, Jitrino.JET will be always generating write barriers code. > To turn WBs generation off provide '-Xjit jet::nowb' in command line when starting VM. > Write barriers are generated for writing an object ref into field (PUTFIELD) and writing an object into array (AASTORE) insturctions. > Writing into a static field (PUTSTATIC) will *not* invoke WB. > The code expects neither exception nor GC from inside the WB function. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira