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

Unified Diff: src/compiler.h

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/ast.cc ('k') | src/compiler.cc » ('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 ef8f073f45276aa5c70af4636cb56d8dcfc88aef..e239a406c9c3ac97b98a03c4277e0e8df9ab0868 100644
--- a/src/compiler.h
+++ b/src/compiler.h
@@ -224,7 +224,6 @@ class CompilationInfo BASE_EMBEDDED {
// initial mode setting.
class IsCompilingForDebugging: public BitField<bool, 8, 1> {};
-
unsigned flags_;
// Fields filled in by the compilation pipeline.
@@ -311,6 +310,7 @@ class Compiler : public AllStatic {
// Set the function info for a newly compiled function.
static void SetFunctionInfo(Handle<SharedFunctionInfo> function_info,
FunctionLiteral* lit,
+ CompilationInfo* info,
bool is_toplevel,
Handle<Script> script);
« no previous file with comments | « src/ast.cc ('k') | src/compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698