DescriptionX87: [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=
Committed: https://crrev.com/b5911513ccb137307f14844ac202fcc905a3087e
Cr-Commit-Position: refs/heads/master@{#30368}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|