repo.or.cz
/
qtwebkit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Update ReadMe.md
[qtwebkit.git]
/
JSTests
/
microbenchmarks
/
cse-new-array-buffer.js
blob
1c20bb26a8ffdcdee88e29be5d9a35b7cb067ca1
1
function foo() {
2
var array = [1.5];
3
return Math.cos(Math.sqrt(Math.abs(Math.sin(array[0]) * 5 / 4.5))) % 3.5;
4
}
5
noInline(foo);
6
7
for (var i = 0; i < 100000; ++i)
8
foo();