#1264: Memory leak on sub call
--------------------------+-------------------------------------------------
 Reporter:  quietfanatic  |        Type:  bug   
   Status:  new           |    Priority:  normal
Milestone:                |   Component:  none  
  Version:  trunk         |    Severity:  medium
 Keywords:                |        Lang:        
    Patch:                |    Platform:        
--------------------------+-------------------------------------------------
 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

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1264>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to