Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Unified Diff: src/compiler/code-generator.h

Issue 517323002: Make FrameStates recursive (to be used for inlining). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix bug in GetParentCount Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/code-generator.h
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h
index 469c435f8c50f8f1539e64fda0150c2d9dfa882e..cc0f57cad4cc99c9279e91eb3b508310eeea9b24 100644
--- a/src/compiler/code-generator.h
+++ b/src/compiler/code-generator.h
@@ -88,6 +88,10 @@ class CodeGenerator V8_FINAL : public GapResolver::Assembler {
void PopulateDeoptimizationData(Handle<Code> code);
int DefineDeoptimizationLiteral(Handle<Object> literal);
int BuildTranslation(Instruction* instr, int frame_state_offset);
+ void BuildTranslationForFrameStateDescriptor(FrameStateDescriptor* descriptor,
+ Instruction* instr,
+ Translation* translation,
+ int frame_state_offset);
void AddTranslationForOperand(Translation* translation, Instruction* instr,
InstructionOperand* op);
void AddNopForSmiCodeInlining();

Powered by Google App Engine
This is Rietveld 408576698