System.IgnoreOverflow (gb)

Static Property IgnoreOverflow As Boolean

Since 3.18

Return or set if the interpreter must check for overflow with arithmetic integer operators and conversions.

By default, this property is FALSE.

This property is not taken into account by the JIT compiler.

The JIT compiler ignore overflows only when the FAST UNSAFE keywords are used.