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

Unified Diff: src/v8.gyp

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: rebase Created 3 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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 6bbe9ef82df68f4d27ef04a4c5f11998b1f2bc56..a8d972d0631378aaf731ad7cf38ef00f669b09c2 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -953,6 +953,7 @@
'heap/code-stats.h',
'heap/concurrent-marking.cc',
'heap/concurrent-marking.h',
+ 'heap/concurrent-marking-deque.h',
'heap/embedder-tracing.cc',
'heap/embedder-tracing.h',
'heap/memory-reducer.cc',
@@ -985,6 +986,8 @@
'heap/scavenger-inl.h',
'heap/scavenger.cc',
'heap/scavenger.h',
+ 'heap/sequential-marking-deque.cc',
+ 'heap/sequential-marking-deque.h',
'heap/slot-set.h',
'heap/spaces-inl.h',
'heap/spaces.cc',

Powered by Google App Engine
This is Rietveld 408576698