I\'m not sure what a good subject line for this question is, but here we go ...
In order to force code locality / compactness for a critical section of code, I\'m lo
You can statically link the executable. Just add -static to the final link command, and all you indirect jumps will be replaced by direct calls.
-static