/qisolated_call Compiler Option

Syntax: Default:
/qisolated_call=fname[:fname]... None.

Use /qisolated_call to indicate that invocation of the specified functions has no side effects; that is, entities in the invoking program are not affected by invocations of the specified functions. This option provides opportunities for optimization.

fname is any function name.

By default, no assertions are made about side effects.



Summary of Compiler Options