Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread chromatic
On Friday 17 August 2007 06:59:27 Steve Peters wrote: > The attached patch cleans up some problems with C++ compiling currently > with Parrot. This patch has most of the cleanups while not segfaulting, at least on x86 Linux with GCC 4.1.2. -- c === src/gc/smallobject.c

Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread chromatic
On Friday 17 August 2007 12:51:21 Steve Peters wrote: > The changes to src/gc/smallobject.c seems to be causing some coredumps. > The attached patch backs out that change and adds a few additional ones. I'll look at the smallobject patch. Meanwhile, thanks and applied as of r20663. -- c

Re: [perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread Steve Peters
On Fri, Aug 17, 2007 at 06:59:27AM -0700, Steve Peters wrote: > # New Ticket Created by Steve Peters > # Please include the string: [perl #44729] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=44729 > > > > The attached

[perl #44729] [PATCH] Various C++ cleanups

2007-08-17 Thread via RT
# New Ticket Created by Steve Peters # Please include the string: [perl #44729] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44729 > The attached patch cleans up some problems with C++ compiling currently with Parrot. St