DescriptionX87: [Interpreter] Add CallRuntime support to the interpreter.
port 75f6ad74b2c0fe2e5dec7110d076d892cfbb6b69 (r31089).
original commit message:
Adds support for calling runtime functions from the interpreter. Adds the
CallRuntime bytecode which takes a Runtime::FunctionId of the function to call
and the arguments in sequential registers. Adds a InterpreterCEntry builtin
to enable the interpreter to enter C++ code based on the functionId.
Also renames Builtin::PushArgsAndCall to Builtin::InterpreterPushArgsAndCall
and groups all the interpreter builtins together.
BUG=v8:4280
LOG=N
Committed: https://crrev.com/c38e429035a98972e25f7ab358b46b302ab20199
Cr-Commit-Position: refs/heads/master@{#31502}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|