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

Unified Diff: src/compiler.h

Issue 19504006: More aggressively inline optimized code. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | src/flag-definitions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler.h
diff --git a/src/compiler.h b/src/compiler.h
index 161f40458c99638d74b9d5e7ae3470f7c87e1a94..5273a23e61bf04695043fbda7f9897ce0b9a79a9 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -560,7 +560,7 @@ class OptimizingCompiler: public ZoneObject {
class Compiler : public AllStatic {
public:
- static const int kMaxInliningLevels = 3;
+ static const int kMaxInliningLevels = 5;
titzer 2013/07/17 08:05:02 Why not a flag as well?
Hannes Payer (out of office) 2013/07/17 08:27:34 Done.
// Call count before primitive functions trigger their own optimization.
static const int kCallsUntilPrimitiveOpt = 200;
« no previous file with comments | « no previous file | src/flag-definitions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698