<?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 JavaScript Engine in Firefox 3.1 to Speed Up Web Browsing Response Time</title>
	<atom:link href="http://www.mydigitallife.info/2008/10/21/how-to-enable-tracemonkey-javascript-engine-in-firefox-31-to-speed-up-web-browsing-response-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mydigitallife.info/2008/10/21/how-to-enable-tracemonkey-javascript-engine-in-firefox-31-to-speed-up-web-browsing-response-time/</link>
	<description>Living Digitally and Electronically</description>
	<lastBuildDate>Thu, 12 Nov 2009 04:51:55 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Butai Zhang</title>
		<link>http://www.mydigitallife.info/2008/10/21/how-to-enable-tracemonkey-javascript-engine-in-firefox-31-to-speed-up-web-browsing-response-time/comment-page-1/#comment-549175</link>
		<dc:creator>Butai Zhang</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=12609#comment-549175</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’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’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: Butai Zhang</title>
		<link>http://www.mydigitallife.info/2008/10/21/how-to-enable-tracemonkey-javascript-engine-in-firefox-31-to-speed-up-web-browsing-response-time/comment-page-1/#comment-549170</link>
		<dc:creator>Butai Zhang</dc:creator>
		<pubDate>Tue, 23 Dec 2008 11:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=12609#comment-549170</guid>
		<description>Dear Sir,

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 DISABLE_JIT=1

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?
Thanks very much.

Best wishes,
Butai.</description>
		<content:encoded><![CDATA[<p>Dear Sir,</p>
<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 DISABLE_JIT=1</p>
<p>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 />
Thanks very much.</p>
<p>Best wishes,<br />
Butai.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamirao</title>
		<link>http://www.mydigitallife.info/2008/10/21/how-to-enable-tracemonkey-javascript-engine-in-firefox-31-to-speed-up-web-browsing-response-time/comment-page-1/#comment-537798</link>
		<dc:creator>kamirao</dc:creator>
		<pubDate>Sun, 26 Oct 2008 11:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mydigitallife.info/?p=12609#comment-537798</guid>
		<description>also set
&lt;b&gt;javascript.options.jit.content&lt;/b&gt;
to true</description>
		<content:encoded><![CDATA[<p>also set<br />
<b>javascript.options.jit.content</b><br />
to true</p>
]]></content:encoded>
	</item>
</channel>
</rss>
