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

Unified Diff: src/scopes.cc

Issue 8700001: Relax inlining limits for simple leaf functions (second version). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/scopes.cc
diff --git a/src/scopes.cc b/src/scopes.cc
index 60ea20f16d5ed94f8e8a6ab8f6e58db7aab1b4c6..4a4a5998e6b96f70811c24dd8ca6c989ff1de4ea 100644
--- a/src/scopes.cc
+++ b/src/scopes.cc
@@ -283,6 +283,7 @@ bool Scope::Analyze(CompilationInfo* info) {
#endif
info->SetScope(scope);
+ info->function()->ComputeAstNodeCountAndInlineableFlags();
return true; // Can not fail.
}
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698