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

Unified Diff: runtime/vm/dart.cc

Issue 1350933004: Distinct block sizes for StoreBuffer/MarkingStack. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address review comments. 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
« no previous file with comments | « no previous file | runtime/vm/gc_marker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
diff --git a/runtime/vm/dart.cc b/runtime/vm/dart.cc
index 41b04de36dba55a03d4a1f6aa9772f3850473911..fcb7dbc5113d6100c69952ce1401b69a0b5b3216 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -104,6 +104,7 @@ const char* Dart::InitOnce(const uint8_t* vm_isolate_snapshot,
SemiSpace::InitOnce();
Metric::InitOnce();
StoreBuffer::InitOnce();
+ MarkingStack::InitOnce();
Thread::EnsureInit();
#if defined(USING_SIMULATOR)
« no previous file with comments | « no previous file | runtime/vm/gc_marker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698