+2011-07-02 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Anders Carlsson.
+
+ SunSpider: all four bitops benchmarks can be replaced with NOP
+ https://bugs.webkit.org/show_bug.cgi?id=38446
+
+ * tests/sunspider-1.0/bitops-3bit-bits-in-byte.js:
+ (TimeFunc): Save the result.
+ * tests/sunspider-1.0/bitops-bits-in-byte.js:
+ (TimeFunc): Save the result.
+ * tests/sunspider-1.0/bitops-bitwise-and.js: More explicitly
+ save the results.
+ * tests/sunspider-1.0/bitops-nsieve-bits.js:
+ (sieve): Save the result.
+
2011-07-02 Maciej Stachowiak <mjs@apple.com>
SunSpider: string-validate-input.js uses an undeclared variable named 'name', which is a DOM API