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

Unified Diff: src/heap/spaces.h

Issue 2562273004: Revert of [heap] Initialize the owner on each page after lospace allocation (Closed)
Patch Set: Created 4 years 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 | src/heap/spaces-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/spaces.h
diff --git a/src/heap/spaces.h b/src/heap/spaces.h
index 89091f2721cf0acd4c792f7f2dabd25407ba99db..dc63e85a2aab4d0e88cfc176d38c2fc4fc76650d 100644
--- a/src/heap/spaces.h
+++ b/src/heap/spaces.h
@@ -317,11 +317,8 @@
static const intptr_t kAlignmentMask = kAlignment - 1;
static const intptr_t kSizeOffset = 0;
- static const intptr_t kFlagsOffset = kSizeOffset + kSizetSize;
- static const intptr_t kAreaStartOffset = kFlagsOffset + kIntptrSize;
- static const intptr_t kAreaEndOffset = kAreaStartOffset + kPointerSize;
- static const intptr_t kReservationOffset = kAreaEndOffset + kPointerSize;
- static const intptr_t kOwnerOffset = kReservationOffset + 2 * kPointerSize;
+
+ static const intptr_t kFlagsOffset = kSizeOffset + kPointerSize;
static const size_t kMinHeaderSize =
kSizeOffset + kSizetSize // size_t size
« no previous file with comments | « no previous file | src/heap/spaces-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698