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

Unified Diff: src/full-codegen/full-codegen.cc

Issue 2133233002: [LoadIC] Handle simple field loads in the dispatcher (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix release builds Created 4 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/full-codegen.cc
diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc
index f8ffc3408bdc749e7a012f648e5cf58cadcbcc82..34fbb209466a3d8edc7b368ddf2eb51df2ae050a 100644
--- a/src/full-codegen/full-codegen.cc
+++ b/src/full-codegen/full-codegen.cc
@@ -172,6 +172,7 @@ void FullCodeGenerator::PrepareForBailout(Expression* node,
void FullCodeGenerator::CallLoadIC(TypeFeedbackId id) {
Handle<Code> ic = CodeFactory::LoadIC(isolate()).code();
CallIC(ic, id);
+ if (FLAG_tf_load_ic_stub) RestoreContext();
}
void FullCodeGenerator::CallLoadGlobalIC(TypeofMode typeof_mode,
« no previous file with comments | « src/field-index-inl.h ('k') | src/ic/handler-compiler.h » ('j') | src/ic/ic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698