[bitc-dev] Pools in lieu of GC

Jonathan S. Shapiro shap at eros-os.com
Wed Mar 4 22:19:40 EST 2009


On Wed, Mar 4, 2009 at 9:00 PM, Raoul Duke <raould at gmail.com> wrote:
> * you might be talking about Bit-C in particular, that it enforces
> that anything on the heap can only be freed via the GC system?

More generally, there are NO safe programming languages that support
explicit deallocation. GC is the price of eliminating memory safety
errors.


More information about the bitc-dev mailing list