garu / Clone

recursively copy Perl datatypes
7 stars 10 forks source link

SV's can be NULL (shit happens) (fixes RT86217) #2

Closed Tux closed 11 years ago

Tux commented 11 years ago

Though it is not recommendable, and VERY hard to do from a pure-perl api, it isn't that hard for XS to set SV slots to NULL. In some cases this can be measurable faster than using PL_sv_undef or similar.

garu commented 11 years ago

Thanks for the patch! Sorry it took so long to merge :-(