pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_statname)
authorFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 07:42:04 +0000 (23:42 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 14 Jan 2012 07:42:04 +0000 (23:42 -0800)
commit81e9306fe8a12b70bdbd5c6cb413cb13cee4df4d
tree33b777a3218a1f12e9b65239b418e6f8e1455cd1
parenteb4c377af757baa899bb66137d53187fcea634db
pp_sys.c:pp_fttest: Don’t set PL_statname to SvPV(PL_statname)

This is a waste of CPU cycles.

PL_statname is always a PV.
pp_sys.c