<?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: Exception handling in LDC using LLVM</title>
	<atom:link href="http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 01:35:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Christian</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6146</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-6146</guid>
		<description>Garrison: You&#039;re right, I&#039;ve fixed _Unwind_Action. In addition, HANDLER_PHASE should actually have been HANDLER_FRAME. Check http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e .</description>
		<content:encoded><![CDATA[<p>Garrison: You&#8217;re right, I&#8217;ve fixed _Unwind_Action. In addition, HANDLER_PHASE should actually have been HANDLER_FRAME. Check <a href="http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e" rel="nofollow">http://www.dsource.org/projects/ldc/changeset/1597%3A761bf823e59e</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garrison</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-6145</link>
		<dc:creator>Garrison</dc:creator>
		<pubDate>Fri, 18 Dec 2009 15:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-6145</guid>
		<description>Although I don&#039;t know the D language, I believe there is a typo in the definition of _Unwind_Action as the values should be or&#039;able. From my readings HANDLER_PHASE should have the value 4 and FORCE_UNWIND should have the value 8. Of course you may have pre-massaged values behind the scenes that I&#039;m not seeing.</description>
		<content:encoded><![CDATA[<p>Although I don&#8217;t know the D language, I believe there is a typo in the definition of _Unwind_Action as the values should be or&#8217;able. From my readings HANDLER_PHASE should have the value 4 and FORCE_UNWIND should have the value 8. Of course you may have pre-massaged values behind the scenes that I&#8217;m not seeing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: software developers</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-5965</link>
		<dc:creator>software developers</dc:creator>
		<pubDate>Fri, 23 Oct 2009 09:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-5965</guid>
		<description>Hey, that was interesting,

The code has come in very useful, 

Thanks for sharing,

Keep up the good work</description>
		<content:encoded><![CDATA[<p>Hey, that was interesting,</p>
<p>The code has come in very useful, </p>
<p>Thanks for sharing,</p>
<p>Keep up the good work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clay Smith</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-3004</link>
		<dc:creator>Clay Smith</dc:creator>
		<pubDate>Wed, 05 Nov 2008 22:02:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-3004</guid>
		<description>I think I&#039;d be interested in giving LLVMDC a spin once it gets into the alpha stage. I read on a ticket that it can already compile Tango, which is pretty impressive. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;d be interested in giving LLVMDC a spin once it gets into the alpha stage. I read on a ticket that it can already compile Tango, which is pretty impressive. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Koroskin</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2740</link>
		<dc:creator>Denis Koroskin</dc:creator>
		<pubDate>Tue, 28 Oct 2008 10:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-2740</guid>
		<description>Nice. Hope to see first public LDC release alongside with some juicy tests comparing its performance/optimizations against DMD :) Too bad the LLVM2.4 release is delayed for a week...

Looking forward for a big interesting article about the progress, roadmap etc. once it is finally released!</description>
		<content:encoded><![CDATA[<p>Nice. Hope to see first public LDC release alongside with some juicy tests comparing its performance/optimizations against DMD :) Too bad the LLVM2.4 release is delayed for a week&#8230;</p>
<p>Looking forward for a big interesting article about the progress, roadmap etc. once it is finally released!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2466</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Sat, 04 Oct 2008 07:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-2466</guid>
		<description>The simplest way to stay up to date on LLVMDC development is to visit our IRC channel. I generally only write about progress here if I feel it&#039;s worth it.

That said, I will put up a post when the slides and video of our talk at the Tango Conference are released. I&#039;ll also think about doing monthly status update posts.</description>
		<content:encoded><![CDATA[<p>The simplest way to stay up to date on LLVMDC development is to visit our IRC channel. I generally only write about progress here if I feel it&#8217;s worth it.</p>
<p>That said, I will put up a post when the slides and video of our talk at the Tango Conference are released. I&#8217;ll also think about doing monthly status update posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis Koroskin</title>
		<link>http://www.incasoftware.de/~kamm/projects/index.php/2008/08/19/exception-handling-in-llvmdc-using-llvm/comment-page-1/#comment-2462</link>
		<dc:creator>Denis Koroskin</dc:creator>
		<pubDate>Fri, 03 Oct 2008 19:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.incasoftware.de/~kamm/projects/?p=9#comment-2462</guid>
		<description>Good job!

Could ypu post more notes on LLVMDC status, please? This makes tracking the progress alot easier. It is interesting to know at what point you are now and what are the plans for future iterations. More posts also means more digg-it&#039;s, redd-it&#039;s and Google-it&#039;s!</description>
		<content:encoded><![CDATA[<p>Good job!</p>
<p>Could ypu post more notes on LLVMDC status, please? This makes tracking the progress alot easier. It is interesting to know at what point you are now and what are the plans for future iterations. More posts also means more digg-it&#8217;s, redd-it&#8217;s and Google-it&#8217;s!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
