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

Unified Diff: runtime/vm/heap.h

Issue 2951333002: Moves the top_ and end_ words of the Scavenger into mutator thread. (Closed)
Patch Set: Created 3 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
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 64b7499d7962a25f0b85cf721737264c3ca1aa5c..a6ffb39eb966f419c2a56daadc04bc441b3275aa 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -130,7 +130,6 @@ class Heap {
// Accessors for inlined allocation in generated code.
static intptr_t TopOffset(Space space);
rmacnak 2017/06/22 22:31:50 Both should be unused, no?
danunez 2017/06/30 20:35:57 Yes, but I left this in for testing. Incoming set
- static intptr_t EndOffset(Space space);
// Initialize the heap and register it with the isolate.
static void Init(Isolate* isolate,
« no previous file with comments | « runtime/vm/assembler_x64.cc ('k') | runtime/vm/heap.cc » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698