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)
I understand that the wrapper is useful for remapping existing API to perl, but for the code that we write ourselves? Just thinking about performance issues here. _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/ http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
