Return-Path: Delivered-To: apmail-lucene-lucy-dev-archive@minotaur.apache.org Received: (qmail 35422 invoked from network); 14 Sep 2009 23:37:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Sep 2009 23:37:25 -0000 Received: (qmail 30046 invoked by uid 500); 14 Sep 2009 23:37:25 -0000 Delivered-To: apmail-lucene-lucy-dev-archive@lucene.apache.org Received: (qmail 29981 invoked by uid 500); 14 Sep 2009 23:37:25 -0000 Mailing-List: contact lucy-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-dev@lucene.apache.org Delivered-To: mailing list lucy-dev@lucene.apache.org Received: (qmail 29971 invoked by uid 99); 14 Sep 2009 23:37:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 23:37:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2009 23:37:22 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1FF6D234C052 for ; Mon, 14 Sep 2009 16:36:58 -0700 (PDT) Message-ID: <1097126595.1252971418115.JavaMail.jira@brutus> Date: Mon, 14 Sep 2009 16:36:58 -0700 (PDT) From: "Marvin Humphrey (JIRA)" To: lucy-dev@lucene.apache.org Subject: [jira] Commented: (LUCY-41) Obj In-Reply-To: <1227828465.1252904457580.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCY-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12755247#action_12755247 ] Marvin Humphrey commented on LUCY-41: ------------------------------------- There are two Obj.c files attached to this issue. * trunk/core/Lucy/Object/Obj.c * trunk/perl/xs/Lucy/Object/Obj.c The Perl-specific file inludes code for four methods left unimplemented in the main Obj.c: * To_Host * Inc_RefCount * Dec_RefCount * Get_RefCount Refcounting is handled by the somewhat elaborate scheme worked out on lucy-dev: a union which is either an integer or a pointer to a cached host object which, once it springs into being assumes responsibility for tracking the refcount. [http://mail-archives.apache.org/mod_mbox/lucene-lucy-dev/200903.mbox/%3C20090331045235.GC12844@rectangular.com%3E] > Obj > --- > > Key: LUCY-41 > URL: https://issues.apache.org/jira/browse/LUCY-41 > Project: Lucy > Issue Type: Sub-task > Components: Core > Reporter: Marvin Humphrey > Assignee: Marvin Humphrey > Priority: Blocker > Attachments: 019-obj.t, Obj.bp, Obj.c, Obj.c, Obj.pm, TestObj.bp, TestObj.c > > > Base class for all Lucy objects. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.