<?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: GCC Plugins under my xmas tree?</title>
	<atom:link href="http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/</link>
	<description>Just another Blog.mozilla.com weblog</description>
	<lastBuildDate>Sun, 12 Feb 2012 07:38:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: jmdesp</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-8259</link>
		<dc:creator>jmdesp</dc:creator>
		<pubDate>Thu, 06 Dec 2007 16:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-8259</guid>
		<description>Is there a doc of the incremental garbage collection work that&#039;ll be done for moz2 ?

Recently I got concerned GC won&#039;t play well together with memory swapping under available memory condition. Can incremental garbage collection be smart enough to guess a memory zone hasn&#039;t been touched in a while, and avoid causing the OS to swap it back in memory only for GC scanning ?</description>
		<content:encoded><![CDATA[<p>Is there a doc of the incremental garbage collection work that&#8217;ll be done for moz2 ?</p>
<p>Recently I got concerned GC won&#8217;t play well together with memory swapping under available memory condition. Can incremental garbage collection be smart enough to guess a memory zone hasn&#8217;t been touched in a while, and avoid causing the OS to swap it back in memory only for GC scanning ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-7868</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Fri, 30 Nov 2007 18:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-7868</guid>
		<description>Microsoft seems to focus most of their static analysis work on C#. Recently microsoft research started a harder push  into C/C++ analysis, but I don&#039;t think anything customizable has shipped yet.

I did find PreFast, but it only does some pre-canned tricks.</description>
		<content:encoded><![CDATA[<p>Microsoft seems to focus most of their static analysis work on C#. Recently microsoft research started a harder push  into C/C++ analysis, but I don&#8217;t think anything customizable has shipped yet.</p>
<p>I did find PreFast, but it only does some pre-canned tricks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RyanVM</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-7865</link>
		<dc:creator>RyanVM</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-7865</guid>
		<description>I presume there&#039;s nothing of the sort for MSVC?</description>
		<content:encoded><![CDATA[<p>I presume there&#8217;s nothing of the sort for MSVC?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tglek</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-7862</link>
		<dc:creator>tglek</dc:creator>
		<pubDate>Fri, 30 Nov 2007 17:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-7862</guid>
		<description>John, actually my lwn subscription was the first thing I bought when I got my first real job.

Ben, that&#039;s all we want. Someone even suggested going the LD_PRELOAD way, but gcc isn&#039;t linked with rdynamic, so it&#039;s not possible.</description>
		<content:encoded><![CDATA[<p>John, actually my lwn subscription was the first thing I bought when I got my first real job.</p>
<p>Ben, that&#8217;s all we want. Someone even suggested going the LD_PRELOAD way, but gcc isn&#8217;t linked with rdynamic, so it&#8217;s not possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Hearsum</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-7858</link>
		<dc:creator>Ben Hearsum</dc:creator>
		<pubDate>Fri, 30 Nov 2007 16:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-7858</guid>
		<description>Do these plugins have to be present at compile time (of GCC). If GCC has a system for dynamically loading them we could go the route of making these ourselves, right?</description>
		<content:encoded><![CDATA[<p>Do these plugins have to be present at compile time (of GCC). If GCC has a system for dynamically loading them we could go the route of making these ourselves, right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/comment-page-1/#comment-7807</link>
		<dc:creator>John</dc:creator>
		<pubDate>Fri, 30 Nov 2007 07:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/tglek/2007/11/29/gcc-plugins-under-my-xmas-tree/#comment-7807</guid>
		<description>You obviously don&#039;t subscribe to LWN, you cheap bastard!</description>
		<content:encoded><![CDATA[<p>You obviously don&#8217;t subscribe to LWN, you cheap bastard!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

