Multiway branch in the context of Jump table


Multiway branch in the context of Jump table

Multiway branch Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Multiway branch in the context of "Jump table"


HINT:

👉 Multiway branch in the context of Jump table

In computer programming, a branch table or jump table is a method of transferring program control (branching) to another part of a program (or a different program that may have been dynamically loaded) using a table of branch or jump instructions. It is a form of multiway branch. The branch table construction is commonly used when programming in assembly language but may also be generated by compilers, especially when implementing optimized switch statements whose values are densely packed together.

↓ Explore More Topics
In this Dossier