pp_sys.c remove null checks and locality
authorDaniel Dragan <bulk88@hotmail.com>
Tue, 24 Dec 2013 10:04:55 +0000 (05:04 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 24 Dec 2013 16:19:54 +0000 (08:19 -0800)
commit492254706dd070a67dab2799fba515e6e4c3a3bb
tree6418ef05cec372d0434945e9ac9aab838cc4d1a6
parent5805b5855c54176df1831b2fbbb0fae5dc2d52ad
pp_sys.c remove null checks and locality

pp_enterwrite, EXTEND contains a funccall, dont save gv around it
pp_ioctl, move optype to first place used to reduce liveness
pp_sys.c