Stas Bekman <[EMAIL PROTECTED]> writes: [...]
> So, is it good at all if we add this overhead? I understand that the > patch that you've sent following this email includes that copying, right? No- the patch avoids this copying overhead by simply invoking SvGETMAGIC as soon as the value is created. That means the SvCUR() setting is accurate when the value is FETCHed, so there's no need to clone the object. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
