This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate:
authorAndy Lester <andy@petdance.com>
Fri, 24 Feb 2006 14:54:35 +0000 (08:54 -0600)
committerNicholas Clark <nick@ccl4.org>
Mon, 8 May 2006 20:15:44 +0000 (20:15 +0000)
commitbe2d5e07bdc646a4a2cb112b0bb1df81ccd5c5dd
treea7a5243293a005658d408fdf42e11e4a492a3345
parent0e2d624439937d0a0b92c38516de15baeda77eb7
Integrate:
[ 27334]
Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
Date: Fri, 24 Feb 2006 14:54:35 -0600
Message-ID: <20060224205434.GA17867@petdance.com>

[ 27348]
Silence a GCC warning
(assignment from incompatible pointer type)

[ 27701]
Subject: [PATCH] SvREFCNT_inc tweaks
From: andy@petdance.com (Andy Lester)
Date: Sat, 1 Apr 2006 02:01:30 -0600
Message-ID: <20060401080130.GA19372@petdance.com>
p4raw-link: @27701 on //depot/perl: f84c484e31ca71701038f389bc647f43cdbdfd43
p4raw-link: @27348 on //depot/perl: 0181a44dee4b04fc7b83c7827c96b5cbcda0b557
p4raw-link: @27334 on //depot/perl: b37c2d43c8bccbefe3985273e9661833102148d0

p4raw-id: //depot/maint-5.8/perl@28129
p4raw-integrated: from //depot/perl@27701 'edit in' pad.c (@27419..)
p4raw-integrated: from //depot/perl@27348 'edit in' sv.h (@27334..)
p4raw-edited: from //depot/perl@27334 'edit in' perl.c perlio.c
(@27300..) gv.c (@27323..) op.c (@27327..)
p4raw-integrated: from //depot/perl@27334 'edit in' pp_sort.c
(@27241..) pp_ctl.c regcomp.c (@27300..) pp_hot.c (@27323..)
sv.c (@27324..) pp.c (@27329..) 'merge in' pod/perlintern.pod
(@26229..) av.c (@26901..) pod/perlapi.pod (@27215..) doop.c
pp_sys.c (@27238..) doio.c (@27239..) cop.h (@27247..) hv.c
mg.c perl.h toke.c (@27300..) scope.c (@27322..)
23 files changed:
av.c
cop.h
doio.c
doop.c
gv.c
hv.c
mg.c
op.c
pad.c
perl.c
perl.h
perlio.c
pod/perlapi.pod
pod/perlintern.pod
pp.c
pp_ctl.c
pp_hot.c
pp_sort.c
pp_sys.c
scope.c
sv.c
sv.h
toke.c