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

Unified Diff: src/runtime.h

Issue 10417010: Run Crankshaft on a separate thread. (Closed) Base URL: https://chromiumcodereview.appspot.com/10387157
Patch Set: Set optimize_in_parallel to false by default. Created 8 years, 7 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 | « src/optimizing-compiler-thread.cc ('k') | src/runtime.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 83991bb76bbcad04f93f0a2b108a58029a8e133d..19ea23d0a05c6cc9bdf74071591df13e6fdd09b2 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -696,6 +696,10 @@ class Runtime : public AllStatic {
Isolate* isolate,
Handle<FixedArray> literals,
Handle<FixedArray> elements);
+
+ MUST_USE_RESULT static MaybeObject* CompileJSFunction(
+ Isolate* isolate,
+ Handle<JSFunction> function);
};
« no previous file with comments | « src/optimizing-compiler-thread.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698