Reviewers: mvstanton, Benedikt Meurer,

Message:
Created Revert of Add unoptimized/optimized variants of MathFloor TF code stub

Description:
Revert of Add unoptimized/optimized variants of MathFloor TF code stub (patchset
#4 id:60001 of https://codereview.chromium.org/1225943002/)

Reason for revert:
Failure on compiling runtime.js on windows

Original issue's description:
Add unoptimized/optimized variants of MathFloor TF code stub

- Add a TurboFanIC class, derived from TurboFanCodeStub, that
   automatically distinguishes between versions of the IC called from
   optimized and unoptimized code.
- Add appropriate InterfaceDescriptors for both the versions of the
   stub called from unoptimized and optimized code
- Change the MathFloor TF stub generator to output either the
   for-optimized or for-unoptimized version based on the minor_key
   parameter.

Committed: https://crrev.com/8f13b655b8a10dae2116dd18b32f09337bb2d410
Cr-Commit-Position: refs/heads/master@{#29534}

TBR=mvstan...@chromium.org,bmeu...@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

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

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

Affected files (+62, -230 lines):
  M src/arm/interface-descriptors-arm.cc
  M src/arm64/interface-descriptors-arm64.cc
  M src/code-stubs.h
  M src/ia32/interface-descriptors-ia32.cc
  M src/interface-descriptors.h
  M src/interface-descriptors.cc
  M src/mips/interface-descriptors-mips.cc
  M src/mips64/interface-descriptors-mips64.cc
  M src/runtime.js
  M src/x64/interface-descriptors-x64.cc
  M test/cctest/compiler/test-run-stubs.cc
  M test/mjsunit/compiler/stubs/floor-stub.js


--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to