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

Unified Diff: src/assembler.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/arm/assembler-arm-inl.h ('k') | src/atomic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index d28bf437096aceb17059056974bb2436f6fa8827..065591a613db4aa7c3c63291747d955a38bdb967 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -287,6 +287,7 @@ class RelocInfo BASE_EMBEDDED {
INLINE(Object** call_object_address());
template<typename StaticVisitor> inline void Visit();
+ template<typename StaticVisitor, typename Data> inline void Visit(Data data);
inline void Visit(ObjectVisitor* v);
// Patch the code with some other code.
« no previous file with comments | « src/arm/assembler-arm-inl.h ('k') | src/atomic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698