https://codereview.chromium.org/303753002/diff/40001/src/math.js
File src/math.js (right):

https://codereview.chromium.org/303753002/diff/40001/src/math.js#newcode270
src/math.js:270: } else if (ix >= 0x7ff00000) {
On 2014/06/09 21:28:38, Raymond Toy wrote:
Why is this case removed?

This case wasn't removed. It was moved to C++. Motivation being that we
don't need duplicate code in sin/cos/tan when this is a rare case where
performance does not matter.

https://codereview.chromium.org/303753002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to