View Single Post
Old 22-05-2005, 20:19   #9
Paddy1
cf.addict
 
Join Date: Jul 2004
Posts: 352
Paddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond reputePaddy1 has a reputation beyond repute
Re: any technical people make some sense out of this ?

Quote:
Originally Posted by Ignition
Branch predictor 'guesses' what instructions are going to go to the CPU next and pre-executes them.
Not quite. It guesses what the outcome of a condition statement is and pre-fetches the instructions hoping that it is right. If it gets it right, then the time taken to fetch the instructions into memory is saved. If it's wrong, then the correct instructions have to be fetched and everything is slowed up.
Paddy1 is offline   Reply With Quote