
The WebKit project announced this week a new and improved JavaScript interpreter, code-named SquirrelFish.
SquirrelFish promises 1.6 times faster JavaScript interpreting as compared to Webkit/Safari 3.1. This is accomplished by using "a register-based, direct-threaded, high-level bytecode engine" which aims to eliminate the overhead associated with traditional syntax tree walking interpreters like the one currently used in Safari 3.1.x.

SunSpider runs per minute. Image courtesy webkit.org
The introduction of the open-source effort means the improvements will almost certainly be propagated into Apple's Safari web browser, however the timing is unknown.
Of note, Safari 3.1 saw dramatic speed improvements over 3.0.x, indicating Apple has been and continues to be actively engaged in Safari/WebKit JavaScript performance.
Article Link