diff options
author | Daniel Dragan <bulk88@hotmail.com> | 2014-10-10 16:11:25 -0400 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-10-10 14:52:14 -0700 |
commit | 09b319af290eb2abf83cf6fb2fb1aef76535d319 (patch) | |
tree | 2f17ced8decff2d76f81eab091d43db470b0e2e3 /cpan/libnet/lib/Net/Config.pm | |
parent | cbf3d0f6a515715bb20f6172aaf6b6d77202a1f3 (diff) | |
download | perl-09b319af290eb2abf83cf6fb2fb1aef76535d319.tar.gz |
move dMY_CXT in dlutils.c closer to first use
By computing dMY_CXT right before its first and usually last use, my_cxt
pointer doesn't need to be carried across function calls in SaveError. This
frees a C stack auto and/or register from being saved and restored in
SaveError. On VC 2003 32 bits -O1 threaded, the machine code size in bytes
dropped from 0x72 to 0x70 after this patch.
Diffstat (limited to 'cpan/libnet/lib/Net/Config.pm')
0 files changed, 0 insertions, 0 deletions