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

Unified Diff: runtime/vm/flow_graph.h

Issue 2314133003: AOT: Use a cid range check when possible to implement type tests. (Closed)
Patch Set: . Created 4 years, 3 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: runtime/vm/flow_graph.h
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h
index e4a0a3ca483a3d9498f0b650f349de19d26d30e0..7744d64e1a842d55190b201412a9dd21d271f462 100644
--- a/runtime/vm/flow_graph.h
+++ b/runtime/vm/flow_graph.h
@@ -315,6 +315,7 @@ class FlowGraph : public ZoneAllocated {
friend class BranchSimplifier;
friend class ConstantPropagator;
friend class DeadCodeElimination;
+ friend class AotOptimizer;
// SSA transformation methods and fields.
void ComputeDominators(GrowableArray<BitVector*>* dominance_frontier);

Powered by Google App Engine
This is Rietveld 408576698