[
https://issues.apache.org/jira/browse/LUCY-274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14315074#comment-14315074
]
Nick Wellnhofer commented on LUCY-274:
--------------------------------------
The "lazy Perl object initialization if refcount hits 4" logic is a thing of
the past. These days, we use the least significant bit of the
ref.count/ref.host_obj to track whether a Perl object has been created. As a
consequence, we never create a Perl object unless we really have to. So all of
this should be a non-issue now.
> Refcounting needs to use functions rather than methods
> ------------------------------------------------------
>
> Key: LUCY-274
> URL: https://issues.apache.org/jira/browse/LUCY-274
> Project: Lucy
> Issue Type: Improvement
> Components: Index, Test, Util
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
>
> As of CLOWNFISH-27, refcounting is no longer overrideable. Lucy needs to use
> the new API and to eliminate the overriding of refcount manipulation methods
> for RawPosting.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)