top | item 43323441

(no title)

csjh | 11 months ago

distributing the dispatch instructions lets the predictor pick up on specific patterns within the bytecode - for example, comparison instructions are probably followed by a conditional branch instruction

discuss

order

AlexSW|11 months ago

Ah of course! It's improving the branch target predictor. Makes sense, thanks!