[perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2008-10-21 Thread Andrew Whitworth via RT
On Tue Mar 27 09:42:00 2007, guest wrote: On Mon Mar 26 16:52:16 2007, [EMAIL PROTECTED] wrote: Hi, The following PMC leaks memory at about 55Mb/100 calls to `call()' #include parrot/parrot.h static INTVAL dynpmc_Foo; pmclass Foo dynpmc { void class_init() {

Re: [perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2008-10-21 Thread Will Coleda
On Tue, Oct 21, 2008 at 6:00 PM, Andrew Whitworth via RT [EMAIL PROTECTED] wrote: Is this still an issue? I've never even heard of the PCCMETHOD Compiler, does it still exist? Is it used? Is FixedIntegerArray known to be leaking any memory? The perl that translates METHOD calls (previously

[perl #42105] memory leak in PCCMETHOD together with Parrot_runops_fromc

2007-03-26 Thread Richard Hundt
# New Ticket Created by Richard Hundt # Please include the string: [perl #42105] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42105 Hi, The following PMC leaks memory at about 55Mb/100 calls to `call()'