Index: src/compilation-cache.cc |
diff --git a/src/compilation-cache.cc b/src/compilation-cache.cc |
index 7ace2f7db08a348b9168071ec796af60bb27bc73..18c82e95fd609588f4e31fcd29bf17da78c340f5 100644 |
--- a/src/compilation-cache.cc |
+++ b/src/compilation-cache.cc |
@@ -86,6 +86,7 @@ Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { |
return result; |
} |
+ |
void CompilationSubCache::Age() { |
// Age the generations implicitly killing off the oldest. |
for (int i = generations_ - 1; i > 0; i--) { |