Advanced Branch Prediction Techniques - Part 1

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 18

  • @XpertiCON
    @XpertiCON 3 роки тому +2

    Dude bless your soul! we need more people like you.

  • @anuradhamangle3043
    @anuradhamangle3043 2 місяці тому

    examples made it easy to understand. Thankyou Sir

  • @muralidharandakshinamoorth849
    @muralidharandakshinamoorth849 9 місяців тому

    Nicely taken with simple example. Thank you sir

  • @dailybites9354
    @dailybites9354 3 роки тому +1

    Great teaching, Thank you for this great lecture, sir.

  • @vigneshwarp3462
    @vigneshwarp3462 8 років тому +1

    Really Good work sir. After watching couple of videos, your example made more sense! Thanks a lot!

  • @trfk9601
    @trfk9601 6 років тому +1

    Exactly ,what i needed!Thank you !

  • @atulraj133
    @atulraj133 Рік тому

    4:39
    Initially the value of 'a' is 0. Thus, (a % 2 == 0) is true, which means that jump should NOT be taken to instruction 'a++'. In short, we should have 'branch not taken'. But why does it tell 'taken' as correct for B1?

  • @thorbag8695
    @thorbag8695 2 роки тому +1

    @14:35 why are 2^m brand predictors needed?

  • @pranavbm7913
    @pranavbm7913 4 роки тому +1

    At 23:50 when LPT is 01 and the branch is taken, according to the 2-bit branch predictor diagram it has to be changed to 11. But why is it changed to 10?

  • @thorbag8695
    @thorbag8695 2 роки тому

    Why are there 2^m predictors needed? I don't understand

  • @loopyisblue1285
    @loopyisblue1285 2 роки тому

    Nice

  • @yfchina143
    @yfchina143 6 років тому

    can some 1 explain around 15:40 . (2^k) *m isn't K and M the samething? what dose those 2 values depend on?

    • @yfchina143
      @yfchina143 6 років тому

      nvm, i got it. M and K can be independent of each other. K is the last bit of address we can use and M is the bit of history we can use. so we can have 2^4=12 slots with 3 bit history table

    • @yfchina143
      @yfchina143 6 років тому

      correct me if im wrong =D

  • @opaaaaaaaaaaa
    @opaaaaaaaaaaa 6 років тому

    Thank you sir!

  • @GokulNathXYZ
    @GokulNathXYZ 4 роки тому +1

    Correlating branch predictors are taught in this video.

  • @chilukalagayathri3280
    @chilukalagayathri3280 3 роки тому

    Pc value is given or assumption

  • @guliyevshahriyar
    @guliyevshahriyar 2 роки тому

    thank you