Contents | Prev | Next

4.1.2.2.42 -so Maximum stack overflow checking

This command-line compiler option enables/disables detailed stack overflow checking.

Syntax: -so[+|-]

Default: Disabled

Notes: The interpreter automatically checks for stack overflow at the beginning and end of each procedure/function call and when large values are placed on the stack. These checks should suffice for most purposes, however you can enable this option if you want the interpreter to check for stack overflow before every statement is executed.

Contents | Prev | Next