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

Unified Diff: src/v8.gyp

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: revert flags 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 4bd433de246c80bea0b74dee70ce60dde27b6080..37ea157c6b024d890b466645de34306eb051454b 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -952,6 +952,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',
@@ -984,6 +985,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