[ https://issues.apache.org/jira/browse/CLOWNFISH-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nick Wellnhofer resolved CLOWNFISH-29.
--------------------------------------
Resolution: Fixed
> Use PERL_NO_GET_CONTEXT
> -----------------------
>
> Key: CLOWNFISH-29
> URL: https://issues.apache.org/jira/browse/CLOWNFISH-29
> Project: Apache Lucy-Clownfish
> Issue Type: Improvement
> Components: Perl
> Reporter: Nick Wellnhofer
> Priority: Minor
>
> Defining {{PERL_NO_GET_CONTEXT}} before including the Perl headers should improve performance.
See the [perlguts man page|http://perldoc.perl.org/perlguts.html#How-do-I-use-all-this-in-extensions?].
This involves adding {{pTHX_}} to functions that call the Perl API and {{aTHX_}} when invoking
these functions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|