node/deps/v8/include
Jaideep Bajwa d4000e73ed
deps: cherry-pick 7c982e7 from V8 upstream
Original commit message:

    PPC/s390: [Turbofan]: Use new MachineTypes in access-builder.

    Port 56429fc14671a10749190a4dfeacd38b7270f6f5

    Original Commit Message:

        Introduced MachineType::TaggedSigned() and TaggedPointer().

        The idea is to quit using the representational dimension of Type, and
        instead encode this information in the MachineRepresentation (itself
        lightly wrapped in MachineType, along with MachineSemantic).

        There are three parts to the whole change:

        1) Places that set the machine representation - constant nodes, loads nad
           stores, global object and native context specialization.

        2) Places that propagate type/representation - this is representation
           inference (aka simplified lowering). At the end of this process we
           expect to have a MachineRepresentation for every node. An interesting
           part of this is phi merging.

        3) Places that examine representation - WriteBarrier elimination does this.
           Currently it's looking at the Type representation dimension, but as
           a part of this change (or in a soon-to-follow change) it can simply
           examine the MachineRepresentation.

    R=mvstanton@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
    BUG=
    LOG=N

    Review-Url: https://codereview.chromium.org/2662223003
    Cr-Commit-Position: refs/heads/master@{#42817}

PR-URL: https://github.com/nodejs/node/pull/11263
Backport-of: 7c982e7ecf
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
2017-02-21 21:14:21 -05:00
..
libplatform deps: ensure V8 5.4 ABI compatibility 2017-02-14 11:52:14 -05:00
DEPS deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
OWNERS deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
v8-debug.h
v8-experimental.h
v8-inspector-protocol.h deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
v8-inspector.h deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
v8-platform.h deps: ensure V8 5.4 ABI compatibility 2017-02-14 11:52:14 -05:00
v8-profiler.h deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
v8-testing.h
v8-util.h deps: update V8 to 5.5.372.40 2017-02-14 11:52:11 -05:00
v8-version.h deps: cherry-pick 7c982e7 from V8 upstream 2017-02-21 21:14:21 -05:00
v8.h deps: ensure V8 5.4 ABI compatibility 2017-02-14 11:52:14 -05:00
v8config.h