git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
2011-07-02 Maciej Stachowiak <mjs@apple.com>
[WebKit-https.git]
/
PerformanceTests
/
SunSpider
/
tests
/
sunspider-1.0
/
bitops-bitwise-and.js
diff --git
a/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js
b/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js
index 7c80e696d9337dfe8dd04041563a52d8faa9702a..b274f77a3d926c370d5ffffc25fa314a34010edb 100644
(file)
--- a/
PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js
+++ b/
PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js
@@
-26,3
+26,5
@@
bitwiseAndValue = 4294967296;
for (var i = 0; i < 600000; i++)
bitwiseAndValue = bitwiseAndValue & i;
+
+var result = butwiseAndValue;