The Two Memory Models - Anders Schau Knatten - NDC TechTown 2024

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ม.ค. 2025

ความคิดเห็น • 1

  • @ChrisJackson-js8rd
    @ChrisJackson-js8rd 2 ชั่วโมงที่ผ่านมา

    when you dig down into this topic you will find that the hardware devices all the way down each have their own bespoke implementation of the hardware memory model (probably inevitably given how underspecified the hw memory model is)
    although from the perspective of the software you can almost always collapse all the lower level implementations into a single layer, at least conceptually. spectre/meltdown (and the like) mitigations are the one major exception that I am familiar with - and because some vendors in that chain decline to provide documentation teasing the lower levels apart always involves some degree of hardware reverse engineering in my experience.