A recent discussion of IE9 from the IE Blog.

From a JS point of view, what I find most exciting is that the new JS engine is embedded directly within the browser and can interact with the DOM “natively” (i.e. not through an API). Functionally, JS will work exactly the same way (of course), except that a lot of the bottlenecks that we get for interacting with the DOM will be lifted. Too cool.