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

Unified Diff: src/objects-visiting.h

Issue 10837037: Age code to allow reclaiming old unexecuted functions (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Cleanup code Created 8 years, 3 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 76a0f74e8603c8819be9d1cd0300819fa3fc6416..e25499f8fec96415351eb37b04000283f6eaa7b4 100644
--- a/src/objects-visiting.h
+++ b/src/objects-visiting.h
@@ -393,6 +393,7 @@ class StaticMarkingVisitor : public StaticVisitorBase {
static inline void VisitCodeTarget(Heap* heap, RelocInfo* rinfo);
static inline void VisitExternalReference(RelocInfo* rinfo) { }
static inline void VisitRuntimeEntry(RelocInfo* rinfo) { }
+ static inline void VisitCodeAgeSequence(Heap* heap, RelocInfo* rinfo);
Michael Starzinger 2012/09/21 09:43:19 Move this up two lines above the empty implementat
danno 2012/10/25 10:07:23 Done.
// TODO(mstarzinger): This should be made protected once refactoring is done.
static inline void VisitNativeContext(Map* map, HeapObject* object);

Powered by Google App Engine
This is Rietveld 408576698