noun
non-local jump; non-local branch
A computing term for a jump or branch in program control flow that transfers execution to a location outside the current local scope, such as across functions or modules.
非局所分岐は、例外処理やコルーチンの実装に使われることがある。
Non-local jumps are sometimes used in implementing exception handling or coroutines.
この言語では、非局所分岐にsetjmp/longjmpを用いる。
In this language, setjmp/longjmp is used for non-local branching.
Compound of 非 (non-), 局所 (local), and 分岐 (branch), directly translating the English computing term 'non-local branch'.