Linked by Adam S on Fri 19th Sep 2008 14:26 UTC, submitted by Hakime
Internet & Networking Just three months ago, we announced SquirrelFish, a major revamp of our JavaScript engine featuring a high-performance bytecode interpreter. Today we’d like to announce the next generation of our JavaScript engine - SquirrelFish Extreme (or SFX for short). SquirrelFish Extreme uses more advanced techniques, including fast native code generation, to deliver even more JavaScript performance. Benchmarks can be found Squirrelfish Extreme benchmarks can be found on the "Summer of Javascriptcore" blog. As seen, it claims to be faster than both Squirrelfish, Google's V8, and the upcoming Firefox javascript engine, Tracemonkey.
Thread beginning with comment 330854
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: x
by sorpigal on Fri 19th Sep 2008 21:14 UTC in reply to "RE: x"
sorpigal
Member since:
2005-11-02

document.write("Please no Javascript here");

I know you meant to use createElement....

Reply Parent Bookmark Score: 2

RE[3]: x
by panzi on Fri 19th Sep 2008 22:26 in reply to "RE[2]: x"
panzi Member since:
2006-01-22

var p = document.createElement("p");
p.appendChild(documnet.createTextNode("Do you feel better now?"));
document.getElementsByTagName("body")[0].appendChild(p);

Edited 2008-09-19 22:27 UTC

Reply Parent Bookmark Score: 1