Commit d67f4818 authored by chunyang.dai's avatar chunyang.dai Committed by Commit bot

Add the code change for turbofan unsupported port.

   This is introduced by 8d2e4566 (r26993)

original commit message:
   First shot at eager deoptimization in Turbofan.

BUG=

Review URL: https://codereview.chromium.org/960973003

Cr-Commit-Position: refs/heads/master@{#27032}
parent e571065c
...@@ -595,7 +595,8 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr, ...@@ -595,7 +595,8 @@ void CodeGenerator::AssembleArchBoolean(Instruction* instr,
void CodeGenerator::AssembleArchJump(RpoNumber target) { UNIMPLEMENTED(); } void CodeGenerator::AssembleArchJump(RpoNumber target) { UNIMPLEMENTED(); }
void CodeGenerator::AssembleDeoptimizerCall(int deoptimization_id) { void CodeGenerator::AssembleDeoptimizerCall(
int deoptimization_id, Deoptimizer::BailoutType bailout_type) {
UNIMPLEMENTED(); UNIMPLEMENTED();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment