Title: [90321] trunk/PerformanceTests/SunSpider
- Revision
- 90321
- Author
- [email protected]
- Date
- 2011-07-02 14:12:27 -0700 (Sat, 02 Jul 2011)
Log Message
Not Reviewed.
Fix obviou typo in previous commit.
* tests/sunspider-1.0/bitops-bitwise-and.js:
Modified Paths
Diff
Modified: trunk/PerformanceTests/SunSpider/ChangeLog (90320 => 90321)
--- trunk/PerformanceTests/SunSpider/ChangeLog 2011-07-02 21:11:54 UTC (rev 90320)
+++ trunk/PerformanceTests/SunSpider/ChangeLog 2011-07-02 21:12:27 UTC (rev 90321)
@@ -1,5 +1,13 @@
2011-07-02 Maciej Stachowiak <[email protected]>
+ Not Reviewed.
+
+ Fix obviou typo in previous commit.
+
+ * tests/sunspider-1.0/bitops-bitwise-and.js:
+
+2011-07-02 Maciej Stachowiak <[email protected]>
+
Reviewed by Anders Carlsson.
SunSpider: all four bitops benchmarks can be replaced with NOP
Modified: trunk/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js (90320 => 90321)
--- trunk/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js 2011-07-02 21:11:54 UTC (rev 90320)
+++ trunk/PerformanceTests/SunSpider/tests/sunspider-1.0/bitops-bitwise-and.js 2011-07-02 21:12:27 UTC (rev 90321)
@@ -27,4 +27,4 @@
for (var i = 0; i < 600000; i++)
bitwiseAndValue = bitwiseAndValue & i;
-var result = butwiseAndValue;
+var result = bitwiseAndValue;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes