GNU Info

Info Node: (g77-295.info)Maximum Stackable Size

(g77-295.info)Maximum Stackable Size


Next: Floating-point Bit Patterns Prev: Always Flush Output Up: Settings
Enter node , (file) or (file)node

Maximum Stackable Size
----------------------

   `g77', on most machines, puts many variables and arrays on the stack
where possible, and can be configured (by changing
`FFECOM_sizeMAXSTACKITEM' in `egcs/gcc/f/com.c') to force smaller-sized
entities into static storage (saving on stack space) or permit
larger-sized entities to be put on the stack (which can improve
run-time performance, as it presents more opportunities for the GBE to
optimize the generated code).

   *Note:* Putting more variables and arrays on the stack might cause
problems due to system-dependent limits on stack size.  Also, the value
of `FFECOM_sizeMAXSTACKITEM' has no effect on automatic variables and
arrays.  Note: But-bugs, for more information.


automatically generated by info2www version 1.2.2.9