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

Unified Diff: runtime/vm/isolate.cc

Issue 1343383003: VM: Store edge counters in one per-function array. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: clean up comments, save space in IL Instruction class. Created 5 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/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 41b223fef84de6de97cd6c4150a65fe68a3fc47e..58be337377b8671fc12fb55cd213047c2ac04a54 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -697,7 +697,6 @@ Isolate::Isolate(const Dart_IsolateFlags& api_flags)
gc_epilogue_callback_(NULL),
defer_finalization_count_(0),
deopt_context_(NULL),
- edge_counter_increment_size_(-1),
compiler_stats_(NULL),
is_service_isolate_(false),
stacktrace_(NULL),

Powered by Google App Engine
This is Rietveld 408576698