Re: [netlabs #634] GC Bench: Linked-list for free header list[APPLIED]

2002-06-04 Thread Daniel Grunblatt
On 29 May 2002, Mike Lambert wrote: > # New Ticket Created by Mike Lambert > # Please include the string: [netlabs #634] > # in the subject line of all future correspondence about this issue. > # http://bugs6.perl.org/rt2/Ticket/Display.html?id=634 > > > > Peter recently submitted a patch to RT

Re: [netlabs #634] GC Bench: Linked-list for free header list

2002-05-29 Thread Dan Sugalski
At 7:15 AM + 5/29/02, Mike Lambert (via RT) wrote: >We win on the header-intensive stuff. Not sure why it would be slower on >the gc_header_new tests. My best guess is that we know are touching the >contents of the buffer header, which we weren't doing before. And when we >allocate a bunch of

[netlabs #634] GC Bench: Linked-list for free header list

2002-05-28 Thread via RT
# New Ticket Created by Mike Lambert # Please include the string: [netlabs #634] # in the subject line of all future correspondence about this issue. # http://bugs6.perl.org/rt2/Ticket/Display.html?id=634 > Peter recently submitted a patch to RT that uses a linked-list for free headers. Here