On Wednesday 11 November 2009 13:36:55 Parrot wrote:

>- This affects at least revision 42403.
>
>  The following loop shows a large memory leak when a sub is invoked.  This
>  leak makes running certain realtime applications impossible.
>
>  .sub 'main'
>    lab:
>      'foo'()
>      goto lab
>  .end
>  .sub 'foo'
>  .end

I can't confirm this with Valgrind and Parrot's --leak-test flag, so we do 
release the memory on process exit, but it's clear that something continues to 
allocate more memory if I watch the process in top.  I'll continue to 
investigate.

-- c
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to