Chromium Code Reviews

Unified Diff: src/hydrogen.cc

Issue 12045048: Fix --hydrogen-stats. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.cc
diff --git a/src/hydrogen.cc b/src/hydrogen.cc
index 6f7760cb608c283cbc5ea298a12091c86eb65c87..8de8e52c6b069d09941b3606cc9eb172fd611d94 100644
--- a/src/hydrogen.cc
+++ b/src/hydrogen.cc
@@ -10196,6 +10196,7 @@ void HTracer::FlushToFile() {
void HStatistics::Initialize(CompilationInfo* info) {
+ if (info->shared_info().is_null()) return;
source_size_ += info->shared_info()->SourceSize();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine