[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]

Re: Collection During Construction



I expect that we may not want to use constructor bombs at all
and just avoid that overhead.  If so the dicipline of avoiding
these problems directly may pay off.  I suspect that the
garbage collector will serve to collect the stuff that constructor-bombs
collects, and be a lot cheaper.  I suggest we spend some time thinking about
this before we bother to fix constructor bombs, unless the fix is very
simple.