小编Ima*_*mak的帖子

Cache coherency: Threads vs Cores

I am currently studying concurrent systems, and I've become a little confused with the concept of cache coherency when working with multiple threads and multiple cores at the same time.

Some assumptions as I understand:

  • Cores have caches
  • Cores may have multiple threads at one time (if hyperthreaded)
  • A thread is a single line of commands that are getting processed
  • Thus, threads are not physical hardware and threads don't have caches and use the core's cache

Suppose a core has …

concurrency multithreading caching

3
推荐指数
1
解决办法
481
查看次数

标签 统计

caching ×1

concurrency ×1

multithreading ×1