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. HugoThread Previous | Thread Next