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

Unified Diff: src/heap/mark-compact.cc

Issue 1917923002: Reland "Check for semaphore alignment on posix platforms. (patchset #1 id:1 of https://codereview.c… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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 | « src/heap/mark-compact.h ('k') | src/libplatform/task-queue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/heap/mark-compact.cc
diff --git a/src/heap/mark-compact.cc b/src/heap/mark-compact.cc
index 4fa3341b9587c35b7a2c1b5df33e9505e986c1de..7d959d209c94e93365fe18a6d9d0f9fd471e9497 100644
--- a/src/heap/mark-compact.cc
+++ b/src/heap/mark-compact.cc
@@ -62,7 +62,6 @@ MarkCompactCollector::MarkCompactCollector(Heap* heap)
embedder_heap_tracer_(nullptr),
have_code_to_deoptimize_(false),
compacting_(false),
- pending_compaction_tasks_semaphore_(0),
sweeper_(heap) {
}
« no previous file with comments | « src/heap/mark-compact.h ('k') | src/libplatform/task-queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698