Controls whether the index expressions are type-safe. This pragma enable front-end optimization on consecutive array accesses.
#pragma safe_index_expr on | off | reset
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.