<?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: Faster Plugin Enumeration + Help Wanted</title>
	<atom:link href="http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/</link>
	<description>Taras&#039; blog on Snappy, Startup, Telemetry and other Firefox peroformance matters</description>
	<lastBuildDate>Tue, 27 Nov 2012 16:50:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Miroslav</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29805</link>
		<dc:creator>Miroslav</dc:creator>
		<pubDate>Fri, 31 Dec 2010 13:19:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29805</guid>
		<description><![CDATA[I really rest when it comes to run vtune at work. The problem typically is to set up useful and measurable experiment (program run).

I think if you post or otherwise publish cases where &quot;beating under-performing code&quot; is really needed some people may do it as part of their hobby. Of course if they could get to it through myriad of obstacles in a weekend. Last time I checked ff code infrastructure looked quite monstrous though.]]></description>
		<content:encoded><![CDATA[<p>I really rest when it comes to run vtune at work. The problem typically is to set up useful and measurable experiment (program run).</p>
<p>I think if you post or otherwise publish cases where &#8220;beating under-performing code&#8221; is really needed some people may do it as part of their hobby. Of course if they could get to it through myriad of obstacles in a weekend. Last time I checked ff code infrastructure looked quite monstrous though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29803</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Thu, 30 Dec 2010 23:00:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29803</guid>
		<description><![CDATA[Alfred,
I reviewed the patch in 617897


bug 405407 does seem relevant and it&#039;s too bad it wasn&#039;t picked up in time for ff4. I see no reason to not review/land that asap once ff4 branches.

The rest of the patches appear to be waiting for your input so they can progress.]]></description>
		<content:encoded><![CDATA[<p>Alfred,<br />
I reviewed the patch in 617897</p>
<p>bug 405407 does seem relevant and it&#8217;s too bad it wasn&#8217;t picked up in time for ff4. I see no reason to not review/land that asap once ff4 branches.</p>
<p>The rest of the patches appear to be waiting for your input so they can progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29796</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 30 Dec 2010 13:55:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29796</guid>
		<description><![CDATA[I think 11736 should be 511736 in the previous comment.

Keep up the good work, I hope you get some good applicants.]]></description>
		<content:encoded><![CDATA[<p>I think 11736 should be 511736 in the previous comment.</p>
<p>Keep up the good work, I hope you get some good applicants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alfred Kayser</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29795</link>
		<dc:creator>Alfred Kayser</dc:creator>
		<pubDate>Thu, 30 Dec 2010 13:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29795</guid>
		<description><![CDATA[Does this focus to the Core performance now also mean that bugs including patches for Core performance optimization will get reviewed now?  

For example:
313282 	In strcstr.c there is an &#039;obvious improvement&#039; waiting to be performed
456547 	Only create the offline cache when really needed
490700 	Let qcms directly transform to Cairo pixel format to save later conversions
11736 	nsJARInputStream.cpp: release dependency on nsJar when doing directory read
417154 	nsMemoryCacheDevice::EvictEntriesIfNecessary could be optimized
331032 	Decom nsICacheEntryInfo, replace by ExpirationTime attribute to nsICachingChannel
230675 	&#039;decom&#039; of nsICacheVisitor.idl: saves 10% / 150K from nkcache_s.lib
399223 	make aToken a member of nsCSSScanner instead of passing as function argument
617897 	Replace calls to AppendASCII(&#039;*&#039;) with Append(&#039;*&#039;)
405407 	Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput 

I also have submitted a patch to optimize nsDirEnum itself somewhat (saving a NEW and string copies).]]></description>
		<content:encoded><![CDATA[<p>Does this focus to the Core performance now also mean that bugs including patches for Core performance optimization will get reviewed now?  </p>
<p>For example:<br />
313282 	In strcstr.c there is an &#8216;obvious improvement&#8217; waiting to be performed<br />
456547 	Only create the offline cache when really needed<br />
490700 	Let qcms directly transform to Cairo pixel format to save later conversions<br />
11736 	nsJARInputStream.cpp: release dependency on nsJar when doing directory read<br />
417154 	nsMemoryCacheDevice::EvictEntriesIfNecessary could be optimized<br />
331032 	Decom nsICacheEntryInfo, replace by ExpirationTime attribute to nsICachingChannel<br />
230675 	&#8216;decom&#8217; of nsICacheVisitor.idl: saves 10% / 150K from nkcache_s.lib<br />
399223 	make aToken a member of nsCSSScanner instead of passing as function argument<br />
617897 	Replace calls to AppendASCII(&#8216;*&#8217;) with Append(&#8216;*&#8217;)<br />
405407 	Merge nsDiskCacheStreamIO and nsDiskCacheStreamOutput </p>
<p>I also have submitted a patch to optimize nsDirEnum itself somewhat (saving a NEW and string copies).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil Rashbrook</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29794</link>
		<dc:creator>Neil Rashbrook</dc:creator>
		<pubDate>Thu, 30 Dec 2010 11:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29794</guid>
		<description><![CDATA[Does this mean that extensions can drop all their ABI-specific plugins (e.g. Linux_x86-gcc3 and Linux_x86_64-gcc3) into the main extension plugin folder and this will just work? (Platform-specific plugin folders got dropped in bug 568691).]]></description>
		<content:encoded><![CDATA[<p>Does this mean that extensions can drop all their ABI-specific plugins (e.g. Linux_x86-gcc3 and Linux_x86_64-gcc3) into the main extension plugin folder and this will just work? (Platform-specific plugin folders got dropped in bug 568691).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29792</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Thu, 30 Dec 2010 04:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29792</guid>
		<description><![CDATA[Hooray for fixing this! The delays can even sometimes be of the order of 20 seconds or above -- pretty crazy.]]></description>
		<content:encoded><![CDATA[<p>Hooray for fixing this! The delays can even sometimes be of the order of 20 seconds or above &#8212; pretty crazy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SuperPutte</title>
		<link>http://blog.mozilla.org/tglek/2010/12/29/faster-plugin-enumeration-help-wanted/comment-page-1/#comment-29789</link>
		<dc:creator>SuperPutte</dc:creator>
		<pubDate>Thu, 30 Dec 2010 01:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.org/tglek/?p=379#comment-29789</guid>
		<description><![CDATA[Hi Tara!
Finally Mozilla can see this problem.... great idea to hire one or two guys dedicated to solve it.
I hope you find your hAcKerz :)
Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi Tara!<br />
Finally Mozilla can see this problem&#8230;. great idea to hire one or two guys dedicated to solve it.<br />
I hope you find your hAcKerz <img src='http://blog.mozilla.org/tglek/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
