spin2cpp
spin2cpp copied to clipboard
Need to properly implement AST_SCOPE and C dynamic arrays
Local variables allocated on the stack should be de-allocated at the end of a scope. Presently they are all allocated throughout the function, and there is no facility for doing dynamic arrays (other than __builtin_alloca(), which has its own problems as related in another issue).