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

Unified Diff: src/type-info.cc

Issue 10534139: One Zone per CompilationInfo. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 6 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/type-info.cc
diff --git a/src/type-info.cc b/src/type-info.cc
index f5e9106742f2e98bf71c28dd10c1d31c8300f0c4..dfdfd89f66eadc58e77a0700f6fdfbbdba9c2d5a 100644
--- a/src/type-info.cc
+++ b/src/type-info.cc
@@ -511,7 +511,8 @@ void TypeFeedbackOracle::CollectReceiverTypes(unsigned ast_id,
isolate_->stub_cache()->CollectMatchingMaps(types,
*name,
flags,
- global_context_);
+ global_context_,
+ zone());
}
}

Powered by Google App Engine
This is Rietveld 408576698