vote up 0 vote down star

Whats the difference between 2*512kb l2 cache and 1mb l2 cache? Thanks.......

flag

This is not a programming question. Don't be surprised if your question gets closed. – Kenneth Cochran Mar 6 at 19:53
Little rephrasing would made it a very good programming questions. Some people tend to live close to hardware ;) – unknown (google) Mar 6 at 19:58

1 Answer

vote up 4 vote down check

first one could be dedicated for dual core, 512k each core and the second could be shared, if more than one core?

link|flag
A single L2 cache shared by both cores is more difficult to implement. That's why each core has its own L1 and typically L2 cache. L3, when present, is typically shared since it is used less frequently and it is slower. – Brian Carlton Mar 7 at 23:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.