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

Unified Diff: src/full-codegen.h

Issue 398053002: Introduce FLAG_vector_ics. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Register passed in hydrogen, fixed some test failures. Created 6 years, 5 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/full-codegen.h
diff --git a/src/full-codegen.h b/src/full-codegen.h
index 8f64340f2eb81092fb8f5124cb39afe5428472db..6ca19ac794ed75398eb581970653e0ca7c2a900c 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen.h
@@ -485,11 +485,11 @@ class FullCodeGenerator: public AstVisitor {
JSGeneratorObject::ResumeMode resume_mode);
// Platform-specific code for loading variables.
- void EmitLoadGlobalCheckExtensions(Variable* var,
+ void EmitLoadGlobalCheckExtensions(VariableProxy* proxy,
TypeofState typeof_state,
Label* slow);
MemOperand ContextSlotOperandCheckExtensions(Variable* var, Label* slow);
- void EmitDynamicLookupFastCase(Variable* var,
+ void EmitDynamicLookupFastCase(VariableProxy* proxy,
TypeofState typeof_state,
Label* slow,
Label* done);

Powered by Google App Engine
This is Rietveld 408576698