<?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: How To Enable TraceMonkey in Firefox 3.1?</title>
	<atom:link href="http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html/feed" rel="self" type="application/rss+xml" />
	<link>http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html?utm_source=subscriber&amp;utm_medium=rss&amp;utm_campaign=rss</link>
	<description>Know your technology head on</description>
	<lastBuildDate>Sat, 21 Nov 2009 12:50:06 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
		<item>
		<title>By: Butai Zhang</title>
		<link>http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-31937</link>
		<dc:creator>Butai Zhang</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-31937</guid>
		<description>Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. I compiled tracemonkey-debe29698839\js\src like this:

Disable JIT:
make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1
Enable JIT:
make -f Makefile.ref NANOJIT_ARCH=i386 ENABLE_JIT=1
(it&#039;s ENABLE_JIT not DISABLE_JIT in this case, sorry for the mistake before)
I used V8 and SunSpider benchmarks for tests. But it seemed that there was no difference between JIT ‘on’ and ‘off’ from the results. I guess maybe JIT could not be turned on in the above way. Do you know how to enable it?
Thank you very much.</description>
		<content:encoded><![CDATA[<p>Recently, I tried to build the tracemonkey JavaScript engine in Firefox instead of the whole browser. I compiled tracemonkey-debe29698839\js\src like this:</p>
<p>Disable JIT:<br />
make -f Makefile.ref NANOJIT_ARCH=i386 DISABLE_JIT=1<br />
Enable JIT:<br />
make -f Makefile.ref NANOJIT_ARCH=i386 ENABLE_JIT=1<br />
(it&#8217;s ENABLE_JIT not DISABLE_JIT in this case, sorry for the mistake before)<br />
I used V8 and SunSpider benchmarks for tests. But it seemed that there was no difference between JIT ‘on’ and ‘off’ from the results. I guess maybe JIT could not be turned on in the above way. Do you know how to enable it?<br />
Thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-31517</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 10 Dec 2008 21:38:31 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-31517</guid>
		<description>I just downloaded the beta. Seems the default value is now true. So one does not need to do anything anymore, which is a good thing :-)</description>
		<content:encoded><![CDATA[<p>I just downloaded the beta. Seems the default value is now true. So one does not need to do anything anymore, which is a good thing <img src='http://techie-buzz.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Brazer</title>
		<link>http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-30949</link>
		<dc:creator>Tim Brazer</dc:creator>
		<pubDate>Mon, 17 Nov 2008 16:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/tips-and-tricks/how-to-enable-tracemonkey-in-firefox-31.html#comment-30949</guid>
		<description>Your welcome, and thank you for the link.  Much appreciated.

8^)</description>
		<content:encoded><![CDATA[<p>Your welcome, and thank you for the link.  Much appreciated.</p>
<p>8^)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
