Go to the first, previous, next, last section, table of contents.


Large Automatic Arrays

Currently, automatic arrays always are allocated on the stack. For situations where the stack cannot be made large enough, g77 should offer a compiler option that specifies allocation of automatic arrays in heap storage.


Go to the first, previous, next, last section, table of contents.