<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rachels Lab Notes &#187; Tool Time</title>
	<atom:link href="http://www.rachelslabnotes.com/category/tool-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rachelslabnotes.com</link>
	<description>Game Development as seen through the Blum Filter</description>
	<lastBuildDate>Thu, 17 Dec 2009 03:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Structure Padding Analysis Tools</title>
		<link>http://www.rachelslabnotes.com/2009/10/structure-padding-analysis-tools/</link>
		<comments>http://www.rachelslabnotes.com/2009/10/structure-padding-analysis-tools/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 15:19:01 +0000</pubDate>
		<dc:creator>groby</dc:creator>
				<category><![CDATA[Tool Time]]></category>

		<guid isPermaLink="false">http://www.rachelslabnotes.com/?p=35</guid>
		<description><![CDATA[One issue we always face is the fact that we don&#8217;t have enough memory. Ever. And even if we did, we like our data structures small and crunchy for performance reasons.

Sure, we pay attention to it all the time &#8211; and yet, occasionally, something slips through. So it&#8217;s nice that somebody wrote a tool &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>One issue we always face is the fact that we don&#8217;t have enough memory. Ever. And even if we did, we like our data structures small and crunchy for performance reasons.</p>

<p>Sure, we pay attention to it all the time &#8211; and yet, occasionally, something slips through. So it&#8217;s nice that somebody wrote a tool &#8211; <a href="http://msinilo.pl/blog/?p=425">Cruncher#</a> &#8211; to just load your PDB and examine all your structures for unnecessary padding.</p>

<p><a href="http://msinilo.pl/blog/?p=425"><img alt="" src="http://msinilo.pl/blog/img/Crunchingbytes_118E2/cruncher.jpg" title="Cruncher #" class="aligncenter" width="640" height="163" /></a></p>

<p>And if you desire to look at ELF files (i.e. you&#8217;re under Linux, or working on a certain console), there&#8217;s <a href="http://everburning.com/news/stuffing-my-pahole/">pahole</a>. Not only does it point out padding (or &#8216;holes in your structure&#8217;), it&#8217;s also friendly enough to tell you how many cache lines your structure will consume.</p>

<p>Let&#8217;s hope the two authors inspire each other!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rachelslabnotes.com/2009/10/structure-padding-analysis-tools/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
