On Jun 28, 2012, at 9:45 AM, Iain Buclaw wrote:
> 
> Wouldn't it be useful if the compiler had diagnostics for all implicit
> allocations it makes (ie: closures, array literals)?  Similar to that
> of the -vtls switch. These such things you may want to avoid in a
> freestanding environment (no link to C runtime).

Yes it would.  I guess the question is how to expose this.  Generally speaking 
though, array append type operations allocate, AA insertions allocate, and 
non-scope delegate use allocates.  I think that's it.

Reply via email to