Data-Flow (Escape) Analysis to Aid in Avoiding GC

via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Feb 13 03:34:49 PST 2015


On Friday, 13 February 2015 at 09:13:48 UTC, Kagamin wrote:
> Whether s.front uses GC is determined by s.front 
> implementation, caller can't affect it.

Compiling

https://github.com/nordlow/justd/blob/master/t_splitter.d

with -vgc on dmd git master gives no warnings about GC 
allocations!

Is this really true!?


More information about the Digitalmars-d-learn mailing list