Reviewers: jarin, Weiliang,

Message:
weiliang @ Jarin.
PTAL
thanks.

Description:
Add the dummy implementation of CodeGenerator::AssembleDeoptimizerCall.

To pass the compilation of ports which are not supported by Turbofan.

BUG=

Please review this at https://codereview.chromium.org/533523003/

SVN Base: https://chromium.googlesource.com/external/v8.git@bleeding_edge

Affected files (+5, -0 lines):
  M src/compiler/code-generator.cc


Index: src/compiler/code-generator.cc
diff --git a/src/compiler/code-generator.cc b/src/compiler/code-generator.cc
index 8fbefe0276c1bb385b824ffcef96db63b6eab1e6..f1ff04be62289d3e2e73cb1272ea08f8e78f4881 100644
--- a/src/compiler/code-generator.cc
+++ b/src/compiler/code-generator.cc
@@ -385,6 +385,11 @@ void CodeGenerator::AddTranslationForOperand(Translation* translation,

 #if !V8_TURBOFAN_BACKEND

+void CodeGenerator::AssembleDeoptimizerCall(int deoptimization_id) {
+  UNIMPLEMENTED();
+}
+
+
 void CodeGenerator::AssembleArchInstruction(Instruction* instr) {
   UNIMPLEMENTED();
 }


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to