<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/atom+xml" href="https://feeds.transistor.fm/compilers-crashcasts" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Compilers Crashcasts</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/compilers-crashcasts</itunes:new-feed-url>
    <description>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Compilers .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</description>
    <copyright>crashcasts.com</copyright>
    <podcast:guid>16224ae7-1bd5-5432-9755-70cf68064925</podcast:guid>
    <podcast:locked owner="dev@crashcasts.com">no</podcast:locked>
    <podcast:funding url="https://patreon.com/crashcasts">Support this podcast on Patreon</podcast:funding>
    <language>en</language>
    <pubDate>Fri, 03 Oct 2025 15:57:34 +0200</pubDate>
    <lastBuildDate>Wed, 03 Dec 2025 05:43:18 +0100</lastBuildDate>
    <link>https://crsh.link/compilers</link>
    <image>
      <url>https://img.transistor.fm/9_5EP1AbrJumTNOCWfjIQnQWSGeqo9CVuD9e4lUv1Kg/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS9iYzMw/NjhkMzcwMWU5NTZi/ZDNiYzMyNTg1MTk0/YjY3NC5wbmc.jpg</url>
      <title>Compilers Crashcasts</title>
      <link>https://crsh.link/compilers</link>
    </image>
    <itunes:category text="Technology"/>
    <itunes:category text="Education"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>crashcasts.com</itunes:author>
    <itunes:image href="https://img.transistor.fm/9_5EP1AbrJumTNOCWfjIQnQWSGeqo9CVuD9e4lUv1Kg/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS9iYzMw/NjhkMzcwMWU5NTZi/ZDNiYzMyNTg1MTk0/YjY3NC5wbmc.jpg"/>
    <itunes:summary>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Compilers .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</itunes:summary>
    <itunes:subtitle>Welcome to Crashcasts, the podcast for tech enthusiasts.</itunes:subtitle>
    <itunes:keywords>crashcasts, crashcast, technology, learning, education, compilers, compiler</itunes:keywords>
    <itunes:owner>
      <itunes:name>crashcasts.com</itunes:name>
      <itunes:email>dev@crashcasts.com</itunes:email>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>Garbage Collection and Compiler Design: Unraveling the Connection</title>
      <itunes:title>Garbage Collection and Compiler Design: Unraveling the Connection</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">195e0661-7ade-4105-ab6b-7b463be455a1</guid>
      <link>https://compilers.crashcasts.com/episodes/garbage-collection-and-compiler-design-unraveling-the-connection</link>
      <description>
        <![CDATA[<p>Dive into the fascinating world of memory management as we explore the intricate relationship between garbage collection and compiler design.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of garbage collection and its impact on programming</li>
<li>How compilers and garbage collectors work together to optimize memory management</li>
<li>Various garbage collection approaches and their trade-offs in performance</li>
<li>Real-world implementations in popular programming languages like Java, Python, and Go</li>
</ul>

<p>Tune in to unravel the complexities of garbage collection and gain valuable insights into modern compiler design.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/garbage-collection-and-compiler-design-unraveling-the-connection/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Dive into the fascinating world of memory management as we explore the intricate relationship between garbage collection and compiler design.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of garbage collection and its impact on programming</li>
<li>How compilers and garbage collectors work together to optimize memory management</li>
<li>Various garbage collection approaches and their trade-offs in performance</li>
<li>Real-world implementations in popular programming languages like Java, Python, and Go</li>
</ul>

<p>Tune in to unravel the complexities of garbage collection and gain valuable insights into modern compiler design.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/garbage-collection-and-compiler-design-unraveling-the-connection/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 31 Aug 2024 22:12:27 +0200</pubDate>
      <author>crashcasts.com</author>
      <enclosure url="https://media.transistor.fm/d2dbc2fc/0b366e08.mp3" length="4115661" type="audio/mpeg"/>
      <itunes:author>crashcasts.com</itunes:author>
      <itunes:duration>515</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Dive into the fascinating world of memory management as we explore the intricate relationship between garbage collection and compiler design.</p>

<p>In this episode, we explore:</p>
<ul>
<li>The evolution of garbage collection and its impact on programming</li>
<li>How compilers and garbage collectors work together to optimize memory management</li>
<li>Various garbage collection approaches and their trade-offs in performance</li>
<li>Real-world implementations in popular programming languages like Java, Python, and Go</li>
</ul>

<p>Tune in to unravel the complexities of garbage collection and gain valuable insights into modern compiler design.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/garbage-collection-and-compiler-design-unraveling-the-connection/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>crashcasts, crashcast, technology, learning, education, compilers, compiler</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
