<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Compilers on Yet Another Yet Another CS Blog</title><link>https://granatam.github.io/tags/compilers/</link><description>Recent content in Compilers on Yet Another Yet Another CS Blog</description><generator>Hugo</generator><language>en-us</language><copyright>© Artemiy Granat</copyright><lastBuildDate>Sun, 27 Apr 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://granatam.github.io/tags/compilers/index.xml" rel="self" type="application/rss+xml"/><item><title>How compilation works</title><link>https://granatam.github.io/posts/how-compilation-works/</link><pubDate>Sun, 27 Apr 2025 00:00:00 +0000</pubDate><guid>https://granatam.github.io/posts/how-compilation-works/</guid><description>&lt;hr>

&lt;div class='callout callout-custom' style='background-color: transparent; border: 3px solid #d340e0;'>
 &lt;div class="callout-inner">
 
 ⚡️ &lt;u>Disclaimer&lt;/u>
 &lt;br />
 JIT compilation will not be covered in this post. If you are interested in this topic, please wait for a future post or look for an information elsewhere.
 
 &lt;/div>
&lt;/div>

&lt;h2 id="introduction">Introduction&lt;/h2>
&lt;p>When you enter a build command in the terminal or click the Build button
in an IDE, you&amp;rsquo;re triggering a process that translates human-readable source
code into an executable program. Terms like &lt;em>compiler&lt;/em>, &lt;em>preprocessor&lt;/em>,
&lt;em>assembler&lt;/em>, and &lt;em>linker&lt;/em> may sound familiar, but do you know exactly what each
of these tools does? Let&amp;rsquo;s explore what actually takes place at each stage of
the compilation process!&lt;/p></description></item></channel></rss>