Navigation

Operators and Keywords

Function List:

C++ API

Built-in Function: val = jit_enable ()
Built-in Function: old_val = jit_enable (new_val)
Built-in Function: jit_enable (new_val, "local")

Query or set the internal variable that enables 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_startcnt, debug_jit.

Package: octave