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

Unified Diff: runtime/vm/heap.h

Issue 2951333002: Moves the top_ and end_ words of the Scavenger into mutator thread. (Closed)
Patch Set: Full removal of heap's top/end offsets. Changed allocs in other archs. 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
« no previous file with comments | « runtime/vm/dart.cc ('k') | runtime/vm/heap.cc » ('j') | runtime/vm/isolate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.h
diff --git a/runtime/vm/heap.h b/runtime/vm/heap.h
index 1c9968660d3b4a96ce05df568205a7735f400f81..128b907c7185ef5009cd79294839d645d82fecce 100644
--- a/runtime/vm/heap.h
+++ b/runtime/vm/heap.h
@@ -129,8 +129,6 @@ class Heap {
}
// Accessors for inlined allocation in generated code.
rmacnak 2017/07/05 17:39:52 Remove comment too.
danunez 2017/07/05 18:12:54 Done.
- static intptr_t TopOffset(Space space);
- 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/dart.cc ('k') | runtime/vm/heap.cc » ('j') | runtime/vm/isolate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698