v8/src/x87
zhengxing.li d9305784f9 X87: [turbofan] Move JSCallFunction specialization to JSCallReducer.
port e5edd66d07 (r32022)

    original commit message:
    This is the first part to refactoring the JSNativeContextSpecialization
    class, which has grown way too big recently.

    Also don't collect cross context feedback for the CallIC in general.
    Neither TurboFan nor Crankshaft can make any use of cross context
    JSFunction feedback that is collected by the CallIC, so there's no
    point in gathering that feedback at all (it just complicates the
    checking that is necessary in the compilers). What we should do
    instead at some point (when Crankshaft becomes less important) is
    to collect the SharedFunctionInfo as feedback for those cases.

BUG=

Review URL: https://codereview.chromium.org/1453033002

Cr-Commit-Position: refs/heads/master@{#32024}
2015-11-17 08:43:37 +00:00
..
assembler-x87-inl.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
assembler-x87.cc X87: CTZ instruction implemented as optional operator. 2015-10-23 11:37:12 +00:00
assembler-x87.h X87: CTZ instruction implemented as optional operator. 2015-10-23 11:37:12 +00:00
builtins-x87.cc X87: [builtins] One runtime fallback is enough for the String constructor. 2015-11-16 04:33:16 +00:00
code-stubs-x87.cc X87: [turbofan] Move JSCallFunction specialization to JSCallReducer. 2015-11-17 08:43:37 +00:00
code-stubs-x87.h X87: Re-reland: Remove register index/code indirection. 2015-10-23 07:58:47 +00:00
codegen-x87.cc X87: Fix the sqrt precision issue. 2015-10-28 11:34:38 +00:00
codegen-x87.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
cpu-x87.cc Remove grab-bag includes of v8.h from architecture ports. 2015-08-17 09:42:37 +00:00
deoptimizer-x87.cc X87: Re-reland: Remove register index/code indirection. 2015-10-23 07:58:47 +00:00
disasm-x87.cc Remove grab-bag includes of v8.h from architecture ports. 2015-08-17 09:42:37 +00:00
frames-x87.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
frames-x87.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00
interface-descriptors-x87.cc X87: [runtime] Implement %_ToLength via ToLengthStub. 2015-10-26 03:50:57 +00:00
macro-assembler-x87.cc Merge GlobalObject with JSGlobalObject. 2015-11-02 14:58:19 +00:00
macro-assembler-x87.h X87: [builtins] One runtime fallback is enough for the String constructor. 2015-11-16 04:33:16 +00:00
OWNERS X87: add OWNERS file 2014-06-11 23:24:27 +00:00
simulator-x87.cc [presubmit] Fix build/include linter violations. 2015-09-03 07:56:14 +00:00
simulator-x87.h [presubmit] Enable readability/namespace linter checking. 2015-09-30 13:47:11 +00:00