Andrei:

> (Some GCs are unable to implement 
> "delete" meaningfully.)
> 
> Manual memory disposal for the GC heap will be implemented as a template 
> function with semantics defined by the GC implementation.

Now the function(s) that replace "delete" are meant to be hints for the GC. In 
a system language that uses a GC you probably enjoy some different kinds of GC 
hints (as in CLisp GC).

Bye,
bearophile

Reply via email to