Comment #2 on issue 1704 by [email protected]: V8 significantly slower than Firefox and Safari in evalutating Math functions.
http://code.google.com/p/v8/issues/detail?id=1704
The problem is not because we are feeding floating point numbers into sin(). If you replace Math.sin(i) with Math.min(i,i) you see a similar performance problem.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
