Description[Interpreter] Pass context to interpreter bytecode handlers and add LoadConstextSlot
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=v8:4280
LOG=N
Committed: https://crrev.com/bfdc22d7fc1bc046a38770a676619eee613222f3
Cr-Commit-Position: refs/heads/master@{#30325}
Patch Set 1 : #
Total comments: 2
Dependent Patchsets: Messages
Total messages: 20 (6 generated)
|