[netlabs #576] Re: [PATCH] sized resource pools

2002-05-14 Thread via RT
# New Ticket Created by Jeff # Please include the string: [netlabs #576] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=576 > Steve Fink wrote: > > This is a first in a series of patches implementing hashtables. > > T

Re: [PATCH] sized resource pools

2002-05-14 Thread Jeff
Steve Fink wrote: > > This is a first in a series of patches implementing hashtables. > > This patch allows the creation of variable-sized Buffer subclasses via > new_tracked_header(). It automatically creates a new Resource_Pool for > each size requested. For fast access and easy implementation

Re: The tracker (was Re: [PATCH] sized resource pools)

2002-05-14 Thread Robert Spier
>Is there a 'Superseded' or 'Obsolete' state? It's nice to be able to >tell the difference between a patch that was considered a bad idea or >just succumbed to bit rot, and one that was replaced with an >alternative implementation before making it in. There is now. :) -R

Re: The tracker (was Re: [PATCH] sized resource pools)

2002-05-14 Thread Steve Fink
On Tue, May 14, 2002 at 04:00:38PM -0700, Robert Spier wrote: > New bugs sent to the bugs address are forwarded to the list. > > Anything on the list with a m/\[netlabs #\d+\]/ subject line is fed > back to the bugtracker. Yep, that's what I eventually figured out through trial and error. > (Ta

The tracker (was Re: [PATCH] sized resource pools)

2002-05-14 Thread Robert Spier
Steve Fink (via RT) writes: >I don't know how easy it is to find this since it only went to the >bugs address, so here's a repeat followup patch to the sized resource >pool patch (I accidentally left this out): New bugs sent to the bugs address are forwarded to the list. Anything on the list wit

Re: [netlabs #570] [PATCH] sized resource pools

2002-05-14 Thread Steve Fink
I don't know how easy it is to find this since it only went to the bugs address, so here's a repeat followup patch to the sized resource pool patch (I accidentally left this out): Index: memory.c === RCS file: /home/perlcvs/parrot/me

[PATCH] sized resource pools

2002-05-14 Thread Steve Fink
This is a first in a series of patches implementing hashtables. This patch allows the creation of variable-sized Buffer subclasses via new_tracked_header(). It automatically creates a new Resource_Pool for each size requested. For fast access and easy implementation, the resource pools are kept i

[netlabs #570] [PATCH] sized resource pools

2002-05-14 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [netlabs #570] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=570 > This is a first in a series of patches implementing hashtables. This patch allows the