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

Unified Diff: src/ic/ic.h

Issue 878103002: Revert of Continue learning for calls in optimized code when we have no type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@navier
Patch Set: Created 5 years, 11 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/ia32/lithium-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 2d67a87d220f791656861c46986681203a95097c..586aad6d241130208303924725d078192a3e4b7e 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -146,8 +146,6 @@
// Get the original (non-breakpointed) code object of the caller.
Code* GetOriginalCode() const;
- bool AddressIsOptimizedCode() const;
-
// Set the call-site target.
inline void set_target(Code* code);
bool is_target_set() { return target_set_; }
« no previous file with comments | « src/ia32/lithium-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698