PLAY PODCASTS
Unraveling Memory Barriers and Reordering in Computer Systems

Unraveling Memory Barriers and Reordering in Computer Systems

Java Internals Crashcasts

September 7, 20247m 42s

Audio is streamed directly from the publisher (media.transistor.fm) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.

Show Notes

Dive into the intricate world of memory barriers and reordering in Java, exploring how these low-level concepts impact concurrent programming.

In this episode, we explore:

  • Instruction reordering: The surprising optimization technique used by CPUs and the JVM
  • Memory barriers: The traffic lights of memory access in multi-threaded environments
  • Java's implementation: How volatile and synchronized keywords tie into memory barriers
  • Performance trade-offs: Balancing optimization and predictability in concurrent code

Tune in to unravel these complex concepts and boost your concurrent programming skills!

Want to dive deeper into this topic? Check out our blog post here: Read more

★ Support this podcast on Patreon ★

Topics

crashcastscrashcasttechnologylearningeducationjava