<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: [.NET Internals 09] Just-In-Time (JIT) compilation	</title>
	<atom:link href="https://www.codejourney.net/net-internals-09-just-in-time-jit-compilation/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.codejourney.net/net-internals-09-just-in-time-jit-compilation/</link>
	<description>Become a better .NET full stack web developer</description>
	<lastBuildDate>Thu, 15 May 2025 04:34:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: jones		</title>
		<link>https://www.codejourney.net/net-internals-09-just-in-time-jit-compilation/#comment-317</link>

		<dc:creator><![CDATA[jones]]></dc:creator>
		<pubDate>Thu, 15 May 2025 04:34:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.dsibinski.pl/?p=2883#comment-317</guid>

					<description><![CDATA[Really interesting breakdown of how .NET handles GC under the hood. I’ve run into memory pressure issues in long-running desktop apps, and while the GC does a decent job, I’ve found that manually monitoring&lt;a href=&quot;https://memoryreduct.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow ugc&quot;&gt; RAM usage&lt;/a&gt; and trimming excess memory (especially with tools like Mem Reduct) can noticeably smooth out performance between collection cycles. It’s a helpful layer when you need just a bit more control.]]></description>
			<content:encoded><![CDATA[<p>Really interesting breakdown of how .NET handles GC under the hood. I’ve run into memory pressure issues in long-running desktop apps, and while the GC does a decent job, I’ve found that manually monitoring<a href="https://memoryreduct.com/" target="_blank" rel="nofollow ugc"> RAM usage</a> and trimming excess memory (especially with tools like Mem Reduct) can noticeably smooth out performance between collection cycles. It’s a helpful layer when you need just a bit more control.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
