Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in jump-table
"Local" labels in C and jump table implementation
Jan 28, 2023
c
macros
goto
dispatch
jump-table
Switch statement without jump table
Dec 22, 2022
c
switch-statement
jump-table
Convert x86 Assembly Jump Table to C
Nov 22, 2022
c
assembly
x86
switch-statement
jump-table
How can I dynamically hint a branch target to an x64 CPU?
Sep 14, 2022
assembly
x86-64
cpu-architecture
branch-prediction
jump-table
Get a label address out of the function scope in gcc/clang (C++)
Jun 10, 2022
c++
c
gcc
goto
jump-table
Switch-Case: declaration-with-initialization & declaration-and-then-assignment
Nov 16, 2022
c++
switch-statement
jump-table
Is there anything like branch/jump table in Java?
Oct 21, 2022
java
branch
jump-table
jump table examples in C
May 15, 2022
c
jump-table
c switch and jump tables
May 29, 2018
c++
switch-statement
jump-table
Does "default" switch case disturb jump table optimization?
Aug 25, 2019
c++
switch-statement
jump-table
Is 'switch' faster than 'if'?
Aug 14, 2022
c
performance
switch-statement
assembly
jump-table