<?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: OpenGTL 0.9.5 and Darkroom 1.3</title>
	<atom:link href="http://blog.cberger.net/2008/09/02/opengtl-0-9-5-and-darkroom-1-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cberger.net/2008/09/02/opengtl-0-9-5-and-darkroom-1-3/</link>
	<description>What I do, where I live, what I think.</description>
	<lastBuildDate>Wed, 16 Jun 2010 13:53:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hans</title>
		<link>http://blog.cberger.net/2008/09/02/opengtl-0-9-5-and-darkroom-1-3/comment-page-1/#comment-170</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Tue, 02 Sep 2008 23:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://cyrilleberger.wordpress.com/2008/09/02/opengtl-0-9-5-and-darkroom-1-3#comment-170</guid>
		<description>Replace (...)/3.0 with (...)*(1.0/3.0), so the compiler can replace the division with a multiply.&lt;/&gt;&lt;/&gt;A division has a latency of 24 cycles and - more importantly - isn&#039;t pipelined on most machines.&lt;/&gt;&lt;/&gt;Stuff like this adds up.&lt;/&gt;&lt;/&gt;Btw, the impact of extra memory loads is overrated. i386 only has 8 registers, so memory-access has evolved to being very good.</description>
		<content:encoded><![CDATA[<p>Replace (&#8230;)/3.0 with (&#8230;)*(1.0/3.0), so the compiler can replace the division with a multiply.A division has a latency of 24 cycles and &#8211; more importantly &#8211; isn&#8217;t pipelined on most machines.Stuff like this adds up.Btw, the impact of extra memory loads is overrated. i386 only has 8 registers, so memory-access has evolved to being very good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
