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

Unified Diff: runtime/vm/dart.cc

Issue 16077018: Implemented an averaging object histogram in the vm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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/heap.h » ('j') | runtime/vm/heap_histogram.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/dart.cc
===================================================================
--- runtime/vm/dart.cc (revision 23899)
+++ runtime/vm/dart.cc (working copy)
@@ -106,7 +106,7 @@
{
ASSERT(vm_isolate_ == NULL);
ASSERT(Flags::Initialized());
- vm_isolate_ = Isolate::Init("vm-isolate");
+ vm_isolate_ = Isolate::Init("vm-isolate", true);
StackZone zone(vm_isolate_);
HandleScope handle_scope(vm_isolate_);
Heap::Init(vm_isolate_);
« no previous file with comments | « no previous file | runtime/vm/heap.h » ('j') | runtime/vm/heap_histogram.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698