Re: [perl #17702] [PATCH] resources.c - growing allocations

2002-10-08 Thread Steve Fink
On Tue, Oct 01, 2002 at 07:23:24AM +, Leopold Toetsch wrote: # New Ticket Created by Leopold Toetsch # Please include the string: [perl #17702] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17702 This

[perl #17702] [PATCH] resources.c - growing allocations

2002-10-01 Thread via RT
# New Ticket Created by Leopold Toetsch # Please include the string: [perl #17702] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17702 This patch stops parrot from permanently allocating increasing amounts of

Re: (Reformatted Resend) [PATCH] resources.c [APPLIED]

2002-03-22 Thread Dan Sugalski
At 1:29 AM -0500 3/22/02, Bryan C. Warnock wrote: Fixes a couple GC problems. Applied, thanks. -- Dan --it's like this--- Dan Sugalski even samurai [EMAIL PROTECTED]

[PATCH] resources.c

2002-03-21 Thread Bryan C. Warnock
Fixes some UMRs, and makes GC a smidgen zippier. Index: resources.c === RCS file: /home/perlcvs/parrot/resources.c,v retrieving revision 1.31 diff -u -r1.31 resources.c --- resources.c 18 Mar 2002 20:15:02 - 1.31 +++

[PATCH] resources.c (was Re: Problems with strings on the stack (small, concise example))

2002-03-21 Thread Bryan C. Warnock
Fixes a couple GC problems. Index: resources.c === RCS file: /home/perlcvs/parrot/resources.c,v retrieving revision 1.31 diff -u -r1.31 resources.c --- resources.c 18 Mar 2002 20:15:02 - 1.31 +++ resources.c 22 Mar 2002