Chromium Code Reviews| Index: src/compiler.h |
| diff --git a/src/compiler.h b/src/compiler.h |
| index fd26d24d719cf9815518796918f7b8b6edb799be..399cf20786eb5f054c79d40d2d925ae8f254ff8e 100644 |
| --- a/src/compiler.h |
| +++ b/src/compiler.h |
| @@ -663,6 +663,8 @@ class Compiler : public AllStatic { |
| static void RecordFunctionCompilation(Logger::LogEventsAndTags tag, |
| CompilationInfo* info, |
| Handle<SharedFunctionInfo> shared); |
| + |
| + static void Optimize(JSFunction* function, const char* reason); |
| }; |