|
Re: any technical people make some sense out of this ?
Branch predictor 'guesses' what instructions are going to go to the CPU next and pre-executes them. Obviously if it gets it wrong it slows things down but it can be a performance enhancer.
More info http://www.extremetech.com/article2/...1155321,00.asp
|