safe_index_expr

Controls whether the index expressions are type-safe. This pragma enable front-end optimization on consecutive array accesses.

Syntax
  #pragma safe_index_expr on | off | reset  
Remarks

If you enable this pragma, the compiler assumes that the index expressions are type-safe (no overflow on index computations). The compiler enables front-end optimization on consecutive array accesses.

This pragma does not correspond to any panel setting. By default, this pragma is disabled.