Alex Fritze wrote:

 >   I see.  I thought the fact that my objects behind the xpconnect
 > wrappers  have a very large memory footprint would force gc.  But I
 >  suppose the js engine has no way of knowing how big  objects
 > behind wrappers are, so I'll have to do a manual gc...


Perhaps you could put explicit compact()/cleanup() methods on your 
objects if they are consuming a lot of memory and you would like to free 
it.


Reply via email to