Improve argument conversion by allot_params()
---------------------------------------------
Key: LUCY-131
URL: https://issues.apache.org/jira/browse/LUCY-131
Project: Lucy
Issue Type: Improvement
Components: Clownfish, Perl bindings
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Minor
The Perl bindings presently use too much code to convert Perl-space arguments
to C-space variables. We can improve matters by refactoring
XSBind_allot_params() so that it assigns to C-space variables directly instead
of parceling out Perl scalars for the caller to extract from, yielding both
diminished visual clutter in the generated C code and a reduction in the size
of the compiled object code.
Dev list thread: [http://s.apache.org/MPA].
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.