VLA in Assembler

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Dec 17 07:04:14 PST 2014


On Wednesday, 17 December 2014 at 12:29:53 UTC, Foo wrote:
> And how? I'm on Windows.

Digital Mars sells an obj2asm function that will disassemble dmd 
generated code. I think it is in the $15 basic utility package.

But VLA/alloca is more complex than a regular function - the 
compiler needs to know about it to adjust for the changed stack. 
It'll take more length to write this up, I'll do it in a separate 
post.


More information about the Digitalmars-d-learn mailing list