develooper Front page | perl.perl5.porters | Postings from February 2003

Re: PATCH: sv_rvweaken() deficiency (against 5.8.0)

Thread Previous | Thread Next
From:
hv
Date:
February 10, 2003 17:42
Subject:
Re: PATCH: sv_rvweaken() deficiency (against 5.8.0)
Message ID:
200302110139.h1B1dXo17845@crypt.compulink.co.uk
Mark Mielke <mark@mark.mielke.cc> wrote:
:This patch causes sv_add_backref() to try to reuse a slot before resorting
:to extending the array. For the common case, this adds the following check
:to the code path:
:
:    if (AvFILLp(av) >= AvMAX(av)) {

Thanks, applied as change #18691.

Hugo

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About