Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 1
    L2 and L3 are not at all the same thing. On recent Intel designs, L1/L2 are per-core and small (32k L1 I$ & D$ / 256k unified L2), while L3 is inclusive and shared by the GPU and all cores. L1/L2 are physically separate, but kind of serve similar purposes (i.e. making memory access fast for a single core). The inclusive L3 has another purpose: coherency between cores (and the GPU). See @DavidSchwartz's answer. Commented Jul 11, 2015 at 4:17