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

Unified Diff: runtime/vm/block_scheduler.cc

Issue 2984883002: Remove fields from Isolate in Product mode (Closed)
Patch Set: 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') | runtime/vm/pages.cc » ('J')
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..1d6e25a7ab05302ae63b65f6b07e3088bc958a57 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());
+ NOT_IN_PRODUCT(ASSERT(Isolate::Current()->HasAttemptedReload()));
return;
}
Array& edge_counters = Array::Handle();
« no previous file with comments | « no previous file | runtime/vm/dart.cc » ('j') | runtime/vm/pages.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698