Reviewers: Yang,

Description:
[turbofan] Use builtin inlining mechanism for Math.abs and Math.sqrt.

Reduces the amount of custom support code for Math functions in TurboFan
and allows for more general inlining (i.e. independent of parameter
types).

BUG=v8:3952
LOG=n
[email protected]

Please review this at https://codereview.chromium.org/1004083002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+24, -104 lines):
  M src/compiler/js-builtin-reducer.h
  M src/compiler/js-builtin-reducer.cc
  M src/compiler/js-intrinsic-lowering.h
  M src/compiler/js-intrinsic-lowering.cc
  M src/compiler/typer.cc
  M src/hydrogen.h
  M src/hydrogen.cc
  M src/math.js
  M src/runtime/runtime.h
  M src/runtime/runtime-maths.cc
  M src/x87/lithium-codegen-x87.cc
  M test/unittests/compiler/js-builtin-reducer-unittest.cc


--
--
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