run-time stack-based allocation

Mehrdad wfunction at hotmail.com
Mon May 7 09:03:14 PDT 2012


On Monday, 7 May 2012 at 13:36:02 UTC, Gor Gyolchanyan wrote:
> Basically I want what alloca does, but instead of considering 
> the constructor's scope, I want it to hand to the constructor 
> call's enclosing scope.

I think you'd need to modify the compiler for this, since alloca 
is 'magical'.


More information about the Digitalmars-d mailing list