+2011-07-02 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin Adler.
+
+ SunSpider: The main function of math-cordic is dead code
+ https://bugs.webkit.org/show_bug.cgi?id=63863
+
+ Try to prevent math-cordic from being eliminated as dead code or
+ compiled down to a constant.
+
+ * tests/sunspider-1.0/math-cordic.js:
+ (cordicsincos):
+ (cordic):
+
2011-06-30 Maciej Stachowiak <mjs@apple.com>
Reviewed by Adam Barth.