On Sep 10, 2005, at 21:58, Nicholas Clark wrote:


On Wed, Sep 07, 2005 at 02:37:33PM +0200, Leopold Toetsch wrote:

parrot --leak-test           # or the same:
parrot --destroy-at-end

should free all memory allocated (but doesn't yet).

Are these likely to get implemented soon?

It is implemented, but e.g. STD* IO objects are leaking memory.

And will there be a way for anyone embedding a parrot interpreter to easily
turn them on via an API?

Parrot_set_flag(interp, PARROT_DESTROY_FLAG);

Nicholas Clark

leo

Reply via email to