<?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: Strongtalk</title>
	<atom:link href="http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/</link>
	<description>Thoughts of a software engineer</description>
	<lastBuildDate>Sat, 19 Nov 2011 18:48:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: alan knight</title>
		<link>http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/comment-page-1/#comment-14</link>
		<dc:creator>alan knight</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/#comment-14</guid>
		<description>Actually, it won&#039;t generate faster code. The Strongtalk system had two pieces - one was a static typechecker, one was an optimizing compiler. The two were completely unrelated, in that the optimizer made no use at all of the static type information, and was purely a run-time dyanmic optimizer, based on feedback from the running program. The Strongtalk papers discuss this, but I can&#039;t come up with a reference off the top of my head.</description>
		<content:encoded><![CDATA[<p>Actually, it won&#8217;t generate faster code. The Strongtalk system had two pieces &#8211; one was a static typechecker, one was an optimizing compiler. The two were completely unrelated, in that the optimizer made no use at all of the static type information, and was purely a run-time dyanmic optimizer, based on feedback from the running program. The Strongtalk papers discuss this, but I can&#8217;t come up with a reference off the top of my head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/comment-page-1/#comment-15</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nobugs.org/blog/archives/2003/06/01/strongtalk/#comment-15</guid>
		<description>Ah, that&#039;s interesting.  My C/C++ background meant that I saw static types, and leaped to the (incorrect!) conclusion they&#039;d be used to optimize message sends. I&#039;ve now read through the entire strongtalk tour which comes with the system, and I now understand how the optimizer works. :-)
</description>
		<content:encoded><![CDATA[<p>Ah, that&#8217;s interesting.  My C/C++ background meant that I saw static types, and leaped to the (incorrect!) conclusion they&#8217;d be used to optimize message sends. I&#8217;ve now read through the entire strongtalk tour which comes with the system, and I now understand how the optimizer works. <img src='http://www.nobugs.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

