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

Unified Diff: runtime/vm/block_scheduler.cc

Issue 2984883002: Remove fields from Isolate in Product mode (Closed)
Patch Set: Address comments Created 3 years, 5 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 | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/block_scheduler.cc
diff --git a/runtime/vm/block_scheduler.cc b/runtime/vm/block_scheduler.cc
index 7513f807d91bee7a51cb7063936d5793f264a68c..afb129bf2b068881b574defcf3fd944029a01e40 100644
--- a/runtime/vm/block_scheduler.cc
+++ b/runtime/vm/block_scheduler.cc
@@ -63,7 +63,7 @@ void BlockScheduler::AssignEdgeWeights() const {
Thread::kNoDeoptId, "BlockScheduler: ICData array cleared");
}
if (ic_data_array.IsNull()) {
- ASSERT(Isolate::Current()->HasAttemptedReload());
+ DEBUG_ASSERT(Isolate::Current()->HasAttemptedReload());
return;
}
Array& edge_counters = Array::Handle();
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698