Re: C api
[email protected] ((Jochen Stenzel))
| Newsgroups | perl.loop |
|---|---|
| Message-ID | <[email protected]> |
>i wasn't and am not considering performance at any point in this thread.
>The concern here is whether the C & Perl APIs can match, from the point
>of view of the naive developer.
And for this match it is an advantage that Inline wraps around the
complete call so that we finally have both the wrapper *and* the
original function. If the wrapper is used there is an additional
function call (compared with the "embedded" XS solution), but we can
win an easier interface.
Jochen