Mill Computing, Inc. › Forums › The Mill › Architecture › Prediction › Reply To: Prediction
Regarding indirect jumps. I don’t understand how the predictor might predicts those. Particularly jump tables, where you start with an index variable, and do the equivalent of:
goto jump_table[index];
Do you know how the predictor predicts indirect jumps?