]> git.imager.perl.org - imager.git/commit
[RT #92738] improve XS for i_io_read()/i_io_raw_read()
authorTony Cook <tony@develop-help.com>
Mon, 31 Mar 2014 09:20:07 +0000 (20:20 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 31 Mar 2014 09:20:07 +0000 (20:20 +1100)
commit3e00cb9049373242f21120e9aa3d33796753f83e
treec91cc7f00b33c0f27a81e823666e40b51e7b77af
parentdce1523b4e7d0cffc71287e6a3a7248b14dd8c20
[RT #92738] improve XS for i_io_read()/i_io_raw_read()

Previously it would call sv_setpvn() which did all the right things,
but we can avoid the sv_utf8_downgrade() and some of the other work
done by sv_setpvn() with the new code.
Imager.xs