refactor pp_socket, pp_socketpair, pp_bind
authorDaniel Dragan <bulk88@hotmail.com>
Sun, 22 Dec 2013 06:39:09 +0000 (01:39 -0500)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 23 Dec 2013 16:25:08 +0000 (08:25 -0800)
commite0b7b5e2d45f1c3adc7e7f4afb29a4cfa6ca788c
tree07bf00a7c7dc61fa63157e2a1ef07cd58ecf3c1d
parente8f91c91cc7c3a4a35c08d16f350eabe4852cdf4
refactor pp_socket, pp_socketpair, pp_bind

pp_socket: remove unreachable made by commit 9c9f25b8ce

pp_socketpair: increase locality, now gv2/io2 is tested before gv1 is
    processed, *v1 vars become non-const to avoid large WS changes in
    opening new scope

pp_bind: move op_type's init so it isn't saved by CC across a func call
pp_sys.c