X87: [Interpreter] Pass context to interpreter bytecode handlers and add LoadConstextSlot
authorchunyang.dai <chunyang.dai@intel.com>
Wed, 26 Aug 2015 01:17:11 +0000 (18:17 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 26 Aug 2015 01:17:19 +0000 (01:17 +0000)
commitb5911513ccb137307f14844ac202fcc905a3087e
tree8f8f9932a324dd88ac23bd4fb5bcb99fac3dbeeb
parent457fc6bd45e61417c0d7de420b747235077592bd
X87: [Interpreter] Pass context to interpreter bytecode handlers and add LoadConstextSlot

   For X87 platform, it has the same general register as ia32 and it will spill the
   context to the stack too.

port bfdc22d7fc1bc046a38770a676619eee613222f3 (r29325).

original commit message:

    Passes the current context to bytecode interpreter handlers. This is held in the
    context register on all architectures except for ia32 where there are too few
    registers and it is instead spilled to the stack.

    Also changes Load/StoreRegister to use kMachAnyTagged representation since they
    should only ever hold tagged values.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#30368}
src/compiler/linkage.cc
src/x87/builtins-x87.cc
src/x87/macro-assembler-x87.h