<?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: Bay Area LabVIEW User Group Presentation: Recursion in LabVIEW</title>
	<atom:link href="http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/</link>
	<description>Pushing the Limits of LabVIEW</description>
	<lastBuildDate>Tue, 29 Nov 2011 20:21:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Tomi Maila</title>
		<link>http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/comment-page-1/#comment-2068</link>
		<dc:creator>Tomi Maila</dc:creator>
		<pubDate>Sun, 14 Mar 2010 01:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=1196#comment-2068</guid>
		<description>LabVIEW creates 10000 instances of the recursive VI. This is because LabVIEW does not support concept called tail recursion, see the tail recursion slide of the presentation. If tail recursion was supported, LabVIEW could reuse the same VI instance when making the recursive call, and 10000 iterations would not consume more memory than one 10 iterations. But this is not the case. I really think tail recursion should be supported by LabVIEW but right now it is not and I don&#039;t think NI has any plans to support it in the near future. So use recursion to solve problems that recuire maybe 1000 recursive calls but not much more. At least not until NI implements tail recursion support.</description>
		<content:encoded><![CDATA[<p>LabVIEW creates 10000 instances of the recursive VI. This is because LabVIEW does not support concept called tail recursion, see the tail recursion slide of the presentation. If tail recursion was supported, LabVIEW could reuse the same VI instance when making the recursive call, and 10000 iterations would not consume more memory than one 10 iterations. But this is not the case. I really think tail recursion should be supported by LabVIEW but right now it is not and I don&#8217;t think NI has any plans to support it in the near future. So use recursion to solve problems that recuire maybe 1000 recursive calls but not much more. At least not until NI implements tail recursion support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozsef Csontos</title>
		<link>http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/comment-page-1/#comment-2067</link>
		<dc:creator>Jozsef Csontos</dc:creator>
		<pubDate>Sat, 13 Mar 2010 23:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=1196#comment-2067</guid>
		<description>If I change the iteration from 10 to 10000 in the test list.vi, my LabVIEW development system will stop working. Could it be a memory allocating problem?</description>
		<content:encoded><![CDATA[<p>If I change the iteration from 10 to 10000 in the test list.vi, my LabVIEW development system will stop working. Could it be a memory allocating problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozsef Csontos</title>
		<link>http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/comment-page-1/#comment-2066</link>
		<dc:creator>Jozsef Csontos</dc:creator>
		<pubDate>Sat, 13 Mar 2010 22:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=1196#comment-2066</guid>
		<description>This is awesome! Thank you very much!!!</description>
		<content:encoded><![CDATA[<p>This is awesome! Thank you very much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Presentation on LabVIEW recursion &#124; ExpressionFlow</title>
		<link>http://blog.jki.net/news/bay-area-labview-user-group-presentation-recursion-in-labview/comment-page-1/#comment-2065</link>
		<dc:creator>Presentation on LabVIEW recursion &#124; ExpressionFlow</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jkisoft.com/?p=1196#comment-2065</guid>
		<description>[...] Bay area LabVIEW user group. The presentation slides and some example code are downloadable at JKI blog.  The presentation covers both algorithmic recursion as well as structural recursion. Example [...]</description>
		<content:encoded><![CDATA[<p>[...] Bay area LabVIEW user group. The presentation slides and some example code are downloadable at JKI blog.  The presentation covers both algorithmic recursion as well as structural recursion. Example [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

