<?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: Ruby Garbage Collector Tuning: A Walkthrough</title>
	<atom:link href="http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/</link>
	<description>The official online Fjord</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:55:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: StartupDigest &#124; The best information about the tech startup world</title>
		<link>http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/comment-page-1/#comment-594</link>
		<dc:creator>StartupDigest &#124; The best information about the tech startup world</dc:creator>
		<pubDate>Sat, 04 Feb 2012 01:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=197#comment-594</guid>
		<description>[...] Ruby Garbage Collector Tuning: A Walkthrough By [...]</description>
		<content:encoded><![CDATA[<p>[...] Ruby Garbage Collector Tuning: A Walkthrough By [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fjord</title>
		<link>http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/comment-page-1/#comment-514</link>
		<dc:creator>fjord</dc:creator>
		<pubDate>Mon, 12 Jul 2010 04:04:31 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=197#comment-514</guid>
		<description>@Frew: Right. Basically anything other than reference counting is going to have to do periodic checks on all the live objects. Ruby&#039;s implementation is super simple: it really does just scan all of memory for anything that looks like a pointer. More advanced GC techniques (like Java or the shiny new Rubinius) do variations on this like moving long-lived objects to a different area of memory that is scanned less often.

@Rebecca: Well, I dunno, the first phase of prepping the wool for spinning is garbage collection, right? :-)</description>
		<content:encoded><![CDATA[<p>@Frew: Right. Basically anything other than reference counting is going to have to do periodic checks on all the live objects. Ruby&#8217;s implementation is super simple: it really does just scan all of memory for anything that looks like a pointer. More advanced GC techniques (like Java or the shiny new Rubinius) do variations on this like moving long-lived objects to a different area of memory that is scanned less often.</p>
<p>@Rebecca: Well, I dunno, the first phase of prepping the wool for spinning is garbage collection, right? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebecca</title>
		<link>http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/comment-page-1/#comment-513</link>
		<dc:creator>Rebecca</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=197#comment-513</guid>
		<description>Is this what you feel like when I blog about spinning? 

;-)</description>
		<content:encoded><![CDATA[<p>Is this what you feel like when I blog about spinning? </p>
<p>;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frew Schmidt</title>
		<link>http://thefjord.org/2010/07/05/ruby-garbage-collector-tuning-a-walkthrough/comment-page-1/#comment-512</link>
		<dc:creator>Frew Schmidt</dc:creator>
		<pubDate>Thu, 08 Jul 2010 20:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://thefjord.org/?p=197#comment-512</guid>
		<description>So is this a function of a mark-and-sweep garbage collection algorithm?  I don&#039;t really know much about how GC works; I know that Perl uses reference counting, but that has other issues (circular references produce leaks.)</description>
		<content:encoded><![CDATA[<p>So is this a function of a mark-and-sweep garbage collection algorithm?  I don&#8217;t really know much about how GC works; I know that Perl uses reference counting, but that has other issues (circular references produce leaks.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

