The future of lambda delegates
Walter Bright
newshound at digitalmars.com
Thu Aug 17 14:51:20 PDT 2006
Bruno Medeiros wrote:
> Also, such analysis would also be useful for object (and data)
> allocation, as the concept (and the compiler checking method too, I
> think) is pretty much the same. (A new'ed object
> can be allocated on the stack, if it is determined that it does not
> escape).
That's correct, escape analysis can open the door for lots of cool
improvements.
More information about the Digitalmars-d
mailing list