http://d.puremagic.com/issues/show_bug.cgi?id=3822


BCS <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from BCS <[email protected]> 2010-02-18 12:03:35 PST 
---
I've never used alloca so I'm not sure, so this is a guess:

alloca does stack allocation and the body of the for statement forms a scope on
the stack (this in this case contains no named variables). I'm guessing that
when that scope is exited, the allocation automatically gets deallocated.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to