I was talking about the division of labour between your XS function, which quite rightly does Perl-stack and SV stuff, and your C function, which also does both but is wrong to do so. I am saying you should either incorporate the C function into the XS function entirely, or make the C function operate only on C values, and return those to the XS function to use for Perl stuff.
In reply to Re^10: Puzzled by value of $overload::ops{binary}
by etj
in thread Puzzled by value of $overload::ops{binary}
by syphilis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |