Reviewers: Lasse Reichstein,

Description:
X64 Crankshaft: Implement MathRound, MathFloor, MathSqrt, and MathPowHalf
UnaryMathOperations in optimizing code generator. Remove unneeded bailout on
Math.pow(-0, 0.5) from ia32 and x64 platforms - we produce the correct value
without bailing out.

Please review this at http://codereview.chromium.org/6532054/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/ia32/lithium-codegen-ia32.cc
  M     src/ia32/lithium-ia32.cc
  M     src/x64/lithium-codegen-x64.cc
  M     src/x64/lithium-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to