Mill Computing, Inc. Forums The Mill Architecture Prediction Reply To: Prediction

jcdutton
Participant
Post count: 3

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?