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

Unified Diff: runtime/vm/dart.cc

Issue 1173043002: Reuse empty StoreBufferBlocks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comments Created 5 years, 6 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/isolate.h » ('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 d49b7f4b88d8f6de906b8b8ff191a0ce90b31fb5..f1a14fe2b73a99f50806e1861ff014241b08d5cc 100644
--- a/runtime/vm/dart.cc
+++ b/runtime/vm/dart.cc
@@ -103,6 +103,7 @@ const char* Dart::InitOnce(const uint8_t* vm_isolate_snapshot,
Profiler::InitOnce();
SemiSpace::InitOnce();
Metric::InitOnce();
+ StoreBuffer::InitOnce();
#if defined(USING_SIMULATOR)
Simulator::InitOnce();
« no previous file with comments | « no previous file | runtime/vm/isolate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698