A jump table is an array of function pointers or even machine instructions, each of which actually performs the jump. The latter is commonly used in assembly language and can be produced by compilers, but the former is something you’re likely to write yourself, often to help simplify some code.
Tag Archives: programing
Jump Tables Explained
Posted by mjsilva
on October 11, 2011
No comments