<?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: Unittests on PPC and Non-SSE2 Machines</title>
	<atom:link href="http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/</link>
	<description>John Ford</description>
	<lastBuildDate>Wed, 08 Sep 2010 00:30:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: John Ford</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-564</link>
		<dc:creator>John Ford</dc:creator>
		<pubDate>Mon, 23 Nov 2009 03:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-564</guid>
		<description>that is awesome news!</description>
		<content:encoded><![CDATA[<p>that is awesome news!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mielczarek</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-457</link>
		<dc:creator>Ted Mielczarek</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-457</guid>
		<description>dbaron flipped the pref in reftest to disable the slow script dialogs just recently in bug 523934, because we were hitting them on debug unittests.</description>
		<content:encoded><![CDATA[<p>dbaron flipped the pref in reftest to disable the slow script dialogs just recently in bug 523934, because we were hitting them on debug unittests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Dolske</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-441</link>
		<dc:creator>Justin Dolske</dc:creator>
		<pubDate>Sun, 08 Nov 2009 04:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-441</guid>
		<description>GeriatricMasters? Heh, I approve! :-)</description>
		<content:encoded><![CDATA[<p>GeriatricMasters? Heh, I approve! <img src='http://blog.johnford.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Ruderman</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-436</link>
		<dc:creator>Jesse Ruderman</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-436</guid>
		<description>Are you using runreftest.py?  It should set that pref for you automatically.</description>
		<content:encoded><![CDATA[<p>Are you using runreftest.py?  It should set that pref for you automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William J. Edney</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-435</link>
		<dc:creator>William J. Edney</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:35:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-435</guid>
		<description>John -

Here is the preference that should do what you want regarding having script timeouts:

http://kb.mozillazine.org/Dom.max_script_run_time

Don&#039;t know to set this in an automated fashion, except to have a process update the &#039;preferences&#039; file.

Cheers,

- Bill</description>
		<content:encoded><![CDATA[<p>John -</p>
<p>Here is the preference that should do what you want regarding having script timeouts:</p>
<p><a href="http://kb.mozillazine.org/Dom.max_script_run_time" rel="nofollow">http://kb.mozillazine.org/Dom.max_script_run_time</a></p>
<p>Don&#8217;t know to set this in an automated fashion, except to have a process update the &#8216;preferences&#8217; file.</p>
<p>Cheers,</p>
<p>- Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -</title>
		<link>http://blog.johnford.info/unittests-on-ppc-and-non-sse2-machines/comment-page-1/#comment-433</link>
		<dc:creator>-</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnford.info/?p=189#comment-433</guid>
		<description>This is important, specially on the AMD side. Original Athlons had neither SSE nor SSE2, and were sold until 2002 at the very least and got to 1.4GHz speeds (and were more powerful than some mobile x86 processors being sold today!). Then you have the Athlon XP, which had SSE but not SSE2, sold until 2005 I think with speeds in excess of 2GHz.

So yeah, expecting MMX nowadays is reasonable. SSE is very questionable, SSE2 is probably crazy.</description>
		<content:encoded><![CDATA[<p>This is important, specially on the AMD side. Original Athlons had neither SSE nor SSE2, and were sold until 2002 at the very least and got to 1.4GHz speeds (and were more powerful than some mobile x86 processors being sold today!). Then you have the Athlon XP, which had SSE but not SSE2, sold until 2005 I think with speeds in excess of 2GHz.</p>
<p>So yeah, expecting MMX nowadays is reasonable. SSE is very questionable, SSE2 is probably crazy.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
