<?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: Diving into memory usage with Heap Profiler</title>
	<atom:link href="http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/feed" rel="self" type="application/rss+xml" />
	<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler</link>
	<description>Programming and Game Development - Kevin Gadd&#039;s Blog</description>
	<lastBuildDate>Sun, 25 Mar 2012 19:57:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pd</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4616</link>
		<dc:creator>pd</dc:creator>
		<pubDate>Mon, 06 Jun 2011 13:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4616</guid>
		<description>Damn I hate github! Developers think it&#039;s fine to put their files there and just link to the space! Please provide a binary. I have big time memory leak issues and I would dearly love to help fix them with a tool like Heap Profiler but I&#039;ll be buggered if I&#039;m going to compile the tool first!

Congrats on taking up this challenge. I still believe memory, startup, performance is the single biggest failure of Firefox and would dearly love to see that change.</description>
		<content:encoded><![CDATA[<p>Damn I hate github! Developers think it&#8217;s fine to put their files there and just link to the space! Please provide a binary. I have big time memory leak issues and I would dearly love to help fix them with a tool like Heap Profiler but I&#8217;ll be buggered if I&#8217;m going to compile the tool first!</p>
<p>Congrats on taking up this challenge. I still believe memory, startup, performance is the single biggest failure of Firefox and would dearly love to see that change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4615</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Mon, 06 Jun 2011 09:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4615</guid>
		<description>Awesome post - thanks for taking the time to put it together :-)</description>
		<content:encoded><![CDATA[<p>Awesome post &#8211; thanks for taking the time to put it together <img src='http://www.luminance.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kael</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4609</link>
		<dc:creator>Kael</dc:creator>
		<pubDate>Sat, 04 Jun 2011 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4609</guid>
		<description>Managed applications don&#039;t use the windows heap, at least not directly, so Heap Profiler isn&#039;t as useful for them. While it&#039;s a managed app, the instrumentation it uses is provided by Microsoft and is part of the windows kernel.</description>
		<content:encoded><![CDATA[<p>Managed applications don&#8217;t use the windows heap, at least not directly, so Heap Profiler isn&#8217;t as useful for them. While it&#8217;s a managed app, the instrumentation it uses is provided by Microsoft and is part of the windows kernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trillian</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4608</link>
		<dc:creator>Trillian</dc:creator>
		<pubDate>Sat, 04 Jun 2011 14:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4608</guid>
		<description>Looks like a really cool tool that would complement nicely SlimTune for my profiling needs. I see this is written in managed code, but you didn&#039;t say if it can be used to memory profile managed applications reliably. I don&#039;t know if the CLR calls native heap allocation functions for every managed allocation or if managed pdbs are compatible with the native symbols you&#039;re expecting. Could you clarify how the tool works with managed code?</description>
		<content:encoded><![CDATA[<p>Looks like a really cool tool that would complement nicely SlimTune for my profiling needs. I see this is written in managed code, but you didn&#8217;t say if it can be used to memory profile managed applications reliably. I don&#8217;t know if the CLR calls native heap allocation functions for every managed allocation or if managed pdbs are compatible with the native symbols you&#8217;re expecting. Could you clarify how the tool works with managed code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: njn</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4607</link>
		<dc:creator>njn</dc:creator>
		<pubDate>Sat, 04 Jun 2011 04:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4607</guid>
		<description>This is cool, like Massif but with a much nicer and more flexible interface.  I&#039;d love to see you trying this tool on some of the bugs here:  https://bugzilla.mozilla.org/showdependencytree.cgi?id=659860&amp;hide_resolved=1</description>
		<content:encoded><![CDATA[<p>This is cool, like Massif but with a much nicer and more flexible interface.  I&#8217;d love to see you trying this tool on some of the bugs here:  <a href="https://bugzilla.mozilla.org/showdependencytree.cgi?id=659860&#038;hide_resolved=1" rel="nofollow">https://bugzilla.mozilla.org/showdependencytree.cgi?id=659860&#038;hide_resolved=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Gadd: Diving into memory usage with Heap Profiler &#124; Firefox Latest News</title>
		<link>http://www.luminance.org/blog/code/2011/06/03/diving-into-memory-usage-with-heap-profiler/comment-page-1#comment-4605</link>
		<dc:creator>Kevin Gadd: Diving into memory usage with Heap Profiler &#124; Firefox Latest News</dc:creator>
		<pubDate>Fri, 03 Jun 2011 18:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.luminance.org/?p=959#comment-4605</guid>
		<description>[...] Planet Mozilla  No Comments June 3, 2011  By Giovanni Panasiti in Planet Mozilla Tags: Diving, Gadd, Heap, into, Kevin, Memory, Profiler, Usage        &#171; Knight-Mozilla Initiative: Round-Up of the UK #MoJo Tour (Dundee, London &amp; Manchester) [...]</description>
		<content:encoded><![CDATA[<p>[...] Planet Mozilla  No Comments June 3, 2011  By Giovanni Panasiti in Planet Mozilla Tags: Diving, Gadd, Heap, into, Kevin, Memory, Profiler, Usage        &laquo; Knight-Mozilla Initiative: Round-Up of the UK #MoJo Tour (Dundee, London &amp; Manchester) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
