Caches, Video 6: Code optimization for caches

Поделиться
HTML-код
  • Опубликовано: 6 янв 2025

Комментарии • 6

  • @shanesepac7716
    @shanesepac7716 3 года назад +2

    Very clear explanations. Thanks!

  • @coding953
    @coding953 6 месяцев назад

    at 7:45 , why the size of red region is 2 block?

  • @ffomar
    @ffomar 5 лет назад +3

    thank you so much for this video. It was very helpful.

  • @aurakal4891
    @aurakal4891 3 года назад

    What did he say at 7:23?

  • @behnamparsaeifard3883
    @behnamparsaeifard3883 3 года назад

    Thanks. If 3B^2 < C, then I expect to get 1 miss for each block. But why is it B^2/8? Isn't the entire block B i cache?

    • @coding953
      @coding953 6 месяцев назад

      To fetch data for each block from memory to cache, there are B^2/8 misses.