On Thu, 27 Sep 2001, Stas Bekman wrote: > why do we write C functions in Foo__Bar.h files and end up with XS > wrapper doing extra function call and sometimes doing redundant args > conversion, instead of writing in pure XS like 1.x does? Isn't it > slowing things down? (the extra call and conversions)
its done so we are not tied to xsubpp. those functions are __inline__ so there is no overhead of an extra function call. where do you see redundant args conversion? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
