lame question

bearophile bearophileHUGS at lycos.com
Tue Apr 19 14:07:09 PDT 2011


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


More information about the Digitalmars-d mailing list