[EMAIL PROTECTED] (Mark Mitchell)  wrote on 03.05.06 in <[EMAIL PROTECTED]>:

> To make this work, we have to be careful not to generate as much garbage
> as we presently do, as we'll needlessly waste space in these pools.
> Right now, we're using GC partly to compensate for things like using
> trees to represent strictly temporary data.

You can always include the option for temporary pools, which you throw  
away after the temporary trees are no longer used - if you can make sure  
you know that.

You probably need to give pool arguments to a number of functions, anyway.

MfG Kai

Reply via email to