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

Unified Diff: src/type-feedback-vector.h

Issue 2062343002: [ic] Remove --new-load-global-ic switch. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@enable-load-global-ic
Patch Set: Rebasing Created 4 years, 6 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
« no previous file with comments | « src/ic/ic.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/type-feedback-vector.h
diff --git a/src/type-feedback-vector.h b/src/type-feedback-vector.h
index c28f26251c2420da830151dee346c3a245ae8c2a..8f117fad6166fbc65bfc05d5dc9fb431828f48ae 100644
--- a/src/type-feedback-vector.h
+++ b/src/type-feedback-vector.h
@@ -478,10 +478,6 @@ class LoadGlobalICNexus : public FeedbackNexus {
void ConfigureMegamorphic() override { UNREACHABLE(); }
void Clear(Code* host);
- // TODO(ishell): remove LoadIC-style mode support.
- void ConfigureMonomorphic(Handle<Map> receiver_map, Handle<Code> handler);
-
- // PropertyCell shortcut mode.
void ConfigureUninitialized() override;
void ConfigurePropertyCellMode(Handle<PropertyCell> cell);
void ConfigureHandlerMode(Handle<Code> handler);
« no previous file with comments | « src/ic/ic.cc ('k') | src/type-feedback-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698