What surprises me is are some of the results like this:<p><pre><code> IE 7.0.5730.11 / WinXP SP2
Native Array (length=1000, looped 100 times)
</code></pre>
While loop in reverse, simplifying the test condition.<p><pre><code> var i = arr.length; while (i--) {}
</code></pre>
Took <i>0ms</i> to execute... very unexpected