<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>On JavaScript performance in IE8</title><link>http://blogs.msdn.com/sompost/archive/2008/09/26/javascript-performance-in-ie8.aspx</link><description>Although I'm not technically a Microsoft employee anymore (I left Microsoft Research, Cambridge, at the end of 2006), I still consider myself friendly with Microsoft and have, for various reasons (including stock), a certain residual interest in the well-being</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: On JavaScript performance in IE8</title><link>http://blogs.msdn.com/sompost/archive/2008/09/26/javascript-performance-in-ie8.aspx#8966477</link><pubDate>Fri, 26 Sep 2008 16:57:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8966477</guid><dc:creator>int19h</dc:creator><description>&lt;p&gt;Come to think of it, why not just use JScript.NET to compile to CIL, and then the .NET JIT compiler? Both are mature, stable solutions, and from what I've seen about JS.NET, it covers the entire ES-262 subset, so what else is needed? It would also fit nicely with Silverlight 2.0 in the future - if both JS scripts on the page, and Silverlight code-behind, run on .NET, it would provide for some interesting interop scenarios...&lt;/p&gt;
</description></item><item><title>re: On JavaScript performance in IE8</title><link>http://blogs.msdn.com/sompost/archive/2008/09/26/javascript-performance-in-ie8.aspx#9024234</link><pubDate>Thu, 30 Oct 2008 14:16:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9024234</guid><dc:creator>Ian M</dc:creator><description>&lt;p&gt;Why not just adopt V8? It's BSD licensed.&lt;/p&gt;</description></item><item><title>re: On JavaScript performance in IE8</title><link>http://blogs.msdn.com/sompost/archive/2008/09/26/javascript-performance-in-ie8.aspx#9633847</link><pubDate>Thu, 21 May 2009 17:58:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9633847</guid><dc:creator>Joel Coehoorn</dc:creator><description>&lt;P&gt;&amp;gt; Why not just adopt V8? It's BSD licensed.&lt;/P&gt;
&lt;P&gt;Because that would have three important negative implications:&lt;/P&gt;
&lt;P&gt;1. They'd need to fork the V8 engine completely, so they can make it compatible with their existing render engine, DOM, and security model. &amp;nbsp;This works isn't exactly trivial either, and what you have is a whole new animal (it's not _really_ V8 any more). &amp;nbsp;The political implications of this are also important. Can you image the outrage if MS "stole" V8?&lt;/P&gt;
&lt;P&gt;2. After all that's done, not only are they still dependent on the V8 team to some extent for bug fixes and security updates, but their ability to continue to innovate is either limited to what the V8 team is willing to do or they have to ignore any changes made to V8 completely.&lt;/P&gt;
&lt;P&gt;3. &amp;nbsp;It's very possible they have other technology licensed for use with IE that would limit their ability to just add any open source code they want.&lt;/P&gt;</description></item></channel></rss>