Description[interpreter]: Update BytecodeArrayBuilder register handling.
Modifies the BytecodeArrayBuilder to create register operands which are
negative. This reduces the number of instructions to access registers
by the interpreter and allows us to use positive register operands to
access parameter values.
Adds a Register class to keep register usage typesafe and simplify the
convertion to bytecode operand values.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/9b56924df20a2931e1d1fc7ee863fb266f527de0
Cr-Commit-Position: refs/heads/master@{#30151}
Patch Set 1 #Patch Set 2 : Formatting #Patch Set 3 : Fix define in OperandTypeToString #
Total comments: 4
Messages
Total messages: 25 (9 generated)
|