I don’t know what order to post the clips but I think I’ve decided to paste them in the order that I found them.

First we have Dan Grigsby on the Mobile Orchard:

Wayne Pan benchmarked JavaScript on the iPhone 3.0 beta as compared to the 2.2 release and found performance improvements of 3-10x for various calculations:
iPhone 3.0 JavaScript Performance: 3-10x Increase

jsperf Hybrid Squirrels Powering New iPhone?

Dan was quoting from Wayne Pan:

iPhone 3.0 definitely has something, (whether it’s SquirrelFish or Nitro), but it’s 3x-10x faster than iPhone 2.2.
» iPhone 3.0 now with SquirrelFish Extreme? / Wayne Pan’s Blog – tech | js | ui | ajax | life | mobile

 Hybrid Squirrels Powering New iPhone?

Wayne Pan was nice enough to create a spreadsheet to calc all the crunchin’ goodness here.

Wayne Pan got the idea to crunchin’ his numbers because James Churchman used the WebKit detector from Ajaxian to possibly see that, yes, iPhone OS 3.0 could be using SquirrelFish.

James Churchman did a quick bit of detective work and pointed the iPhone 3.0 simulator on the WebKit detector that we blogged about in the past.
Ajaxian » iPhone 3.0 now with SquirrelFish Extreme?

James Churchman used the iPhone 3.0 simulator on the WebKit detector that John Grubber used orignally to test whether iPhone 2.x had the old mutant Squirrel.
<script type="text/javascript">
function recurse(n) {
if (n> 0) {
return recurse(n - 1);
}
return 0;
}
try {
// recurse(43687); // Highest that works for me in WebKit
// nightly builds as of 24 Jul 2008.
// recurse(2999); // Highest that works for me in Firefox 3.0.1
// recurse(499); // Highest that works for me in Safari 3.1.2
recurse(3000);
document.write("Could be SquirrelFish.");
} catch(e) {
document.write("Not SquirrelFish.");
}
</script>

It calls a simple recursive function 3000 times. Pre-SquirrelFish versions of WebKit fail with any number higher than 499. Firefox 3.0.1 works up to 2,999 recursions. A recent WebKit nightly, with SquirrelFish, worked for me up to 43,687, which is pretty deep. MobileSafari in iPhone OS 2.0 has the same limit as Safari 3.1.2: 499.
Daring Fireball: Not Yet Squirrelly

iphonejsperf Hybrid Squirrels Powering New iPhone?

Jesus, that is really down the rabbit hole with the ol’ cut and paste but frankly, who the fuck wants to clickity, click all those freaking links? Not me…


Additional Coverage:

» iPhone 3.0 now with SquirrelFish Extreme? / Wayne Pan's Blog …
iPhone 3.0 definitely has something, (whether it’s SquirrelFish or Nitro), but it’s 3x-10x faster than iPhone 2.2. Update: Dear Apple, if this is against the NDA shoot me an email waynepan at…
http://waynepan.com

JavaScript to get 3x speed boost in iPhone OS 3.0 :: Hack In The …
“iPhone 3.0 definitely has something, whether it’s SquirrelFish or Nitro, but it’s 3-10x faster than iPhone 2.2,” Pan wrote on his blog. ( Printer-friendly page · Send this story to someone ) …
http://www.hackinthebox.org

JavaScript Runs 3-10X Faster on iPhone 3.0 | Mactropolis.com …
… JavaScript has been tested and is running at phenomenal speeds on the developer build of iPhone OS 3.0. It is thought the speed increases comes from Apple’s inclusion of the Nitro (formerly…
http://www.mactropolis.com

iPhone OS 3.0 brings the speed for JavaScript
No one seems to know if Mobile Safari will be sporting Nitro or SquirrelFish or what, but whatever it is, it’ll be faster. If you check out the benchmarks originally posted on Wayne Pan’s blog,…
http://www.tuaw.com

JavaScript 3-10x Faster On iPhone OS 3.0
Expectations are that the performance enhancements found in iPhone 3.0 are due to the inclusion of the SquirrelFish engine, leading to faster web site browsing and snappier web app performance. The…
http://theappleblog.com

Ajaxian » iPhone 3.0 now with SquirrelFish Extreme?
James Churchman did a quick bit of detective work and pointed the iPhone 3.0 simulator on the WebKit detector that we blogged about in the past. The new showed this: Compared to the old version:…
http://ajaxian.com

I Don't Come to Your Site Without Bookmarking You...Bookmark this Post!
  • Facebook
  • del.icio.us
  • Technorati
  • Google Bookmarks
  • StumbleUpon
  • Propeller
  • Reddit
  • Yahoo! Buzz
  • SphereIt
  • Sphinn
  • Digg

Glue Huffing Chickens Picked These Posts: