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

Unified Diff: src/objects-visiting.h

Issue 188783003: Make maps in monomorphic IC stubs weak. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Move the head of dependent IC to dependent code Created 6 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/objects-visiting.h
diff --git a/src/objects-visiting.h b/src/objects-visiting.h
index de8ca6d055d4d2673b968e669169a108dd5ebc64..63c75a2299bc1be3a6a7bbf0e186b85f6d31414e 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -483,6 +483,15 @@ VisitorDispatchTable<typename StaticMarkingVisitor<StaticVisitor>::Callback>
StaticMarkingVisitor<StaticVisitor>::table_;
+class WeakObjectRetainer;
+
+
+template <class T>
+Object* VisitWeakList(Heap* heap,
Michael Starzinger 2014/04/11 09:01:56 suggestion: As discussed offline, I know you only
ulan 2014/04/11 09:28:01 Added this comment: A weak list is single linked
+ Object* list,
+ WeakObjectRetainer* retainer,
+ bool record_slots);
+
} } // namespace v8::internal
#endif // V8_OBJECTS_VISITING_H_
« src/objects.h ('K') | « src/objects-inl.h ('k') | src/objects-visiting.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698