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

Unified Diff: src/platform.h

Issue 3615009: Parallelize marking phase of mark-sweep/compact collection cycle. (Closed)
Patch Set: Created 10 years, 2 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/objects-visiting.h ('k') | src/spaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform.h
diff --git a/src/platform.h b/src/platform.h
index e9e7c2236749b188c1ff2fb15dac2ec53fc15763..eb275da4a6e6f3239d0c696c2f26ab9a05ea58ec 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -113,6 +113,8 @@ int signbit(double x);
#endif // __GNUC__
+#include "atomic.h"
+
namespace v8 {
namespace internal {
« no previous file with comments | « src/objects-visiting.h ('k') | src/spaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698