Re: [perl #43218] Memory leaks (compreg, invokecc)

2008-07-23 Thread Michal Jurosz
Christoph Otto via RT napsal(a): Is this something we're still concerned about or can this ticket be closed? If it isn't leak then it is a bug (in Parrot or in my PIR/PASM code). I can invoke PASM compiler 10^5x (76MB RAM) but not 10^7x because I get Parrot VM: PANIC: Out of mem! C file src\gc\

[perl #43218] Memory leaks (compreg, invokecc)

2008-07-22 Thread Christoph Otto via RT
On Thu Jun 14 16:25:24 2007, [EMAIL PROTECTED] wrote: > On Thursday 14 June 2007 14:42:31 Jurosz Michal wrote: > > > Attached test use compreg P1, "PASM" and invokecc it 100,000 times. > > On win32 (mingw32) it consumes 70MB of RAM with r18834 (107 MB of > RAM > > with r11704). > > With Linux at

Re: [perl #43218] Memory leaks (compreg, invokecc)

2007-06-14 Thread chromatic
On Thursday 14 June 2007 14:42:31 Jurosz Michal wrote: > Attached test use compreg P1, "PASM" and invokecc it 100,000 times. > On win32 (mingw32) it consumes 70MB of RAM with r18834 (107 MB of RAM > with r11704). With Linux at r19010, the memory use jumped up to 62 MB for me. However, Valgrind s

[perl #43218] Memory leaks (compreg, invokecc)

2007-06-14 Thread via RT
# New Ticket Created by Jurosz Michal # Please include the string: [perl #43218] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=43218 > Attached test use compreg P1, "PASM" and invokecc it 100,000 times. On win32 (mingw32)