DescriptionX87: [interpreter]: Changes to interpreter builtins for accumulator and register file registers.
port 00df60d1c6943a10fb5ca84fce2c017dcd2001f5 (r30219).
original commit message:
Makes the following modifications to the interpreter builtins and
InterpreterAssembler:
- Adds an accumulator register and initializes it to undefined()
- Adds a register file pointer register and use it instead of FramePointer to
access registers
- Modifies builtin to support functions with 0 regiters in the register file
- Modifies builtin to Call rather than TailCall to first bytecode handler.
BUG=
Committed: https://crrev.com/8116f95c965e31cbd9df1004ece619d252679a69
Cr-Commit-Position: refs/heads/master@{#30289}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|