Navigation

Operators and Keywords

Function List:

C++ API

: val = jit_failcnt ()
: old_val = jit_failcnt (new_val)
: jit_failcnt (new_val, "local")

Query or set the internal variable that counts the number of JIT fail exceptions for Octave’s JIT compiler.

When called from inside a function with the "local" option, the variable is changed locally for the function and any subroutines it calls. The original variable value is restored when exiting the function.

See also: jit_enable, jit_startcnt, debug_jit.

Package: octave