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

Unified Diff: runtime/vm/object.h

Issue 2829603002: Fall back to megamorphic stub when dispatching calls to rare classes. (Closed)
Patch Set: Added comment and used call site deopt history to control Created 3 years, 8 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 | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 4251e1ef59dc6155be6824631bb1edab2af2b6a0..0e4e015912576ee0f6f8d236f5208ee84c9b38f9 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -1906,13 +1906,13 @@ class ICData : public Object {
V(BinaryMintOp) \
V(DoubleToSmi) \
V(CheckSmi) \
+ V(CheckClass) \
V(Unknown) \
V(PolymorphicInstanceCallTestFail) \
V(UnaryMintOp) \
V(BinaryDoubleOp) \
V(UnaryOp) \
V(UnboxInteger) \
- V(CheckClass) \
V(CheckArrayBound) \
V(AtCall) \
V(GuardField) \
« no previous file with comments | « runtime/vm/jit_optimizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698