js/src/jit-test/tests/ion/bug821794.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:781de1bdaab8
1
2 gczeal(2);
3 function bitsinbyte() {
4 var [ summary ] = true;
5 }
6 function TimeFunc(func) {
7 for(var y=0; y<11000; y++)
8 func();
9 }
10 TimeFunc(bitsinbyte);

mercurial