[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Re: Collection During Construction
- To: <mark>
- Subject: Re: Collection During Construction
- From: Roger Gregory <roger>
- Date: Fri, 13 Jul 90 18:35:54 PDT
- Cc: <michael>, <xtech>
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.