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

Unified Diff: src/factory.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/d8.cc ('k') | src/factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 06aad1bef6b9ec6dce19b9616fb7221252208dab..da6513b003a345fae40e99dfaaa2daa11d4eb16b 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -489,6 +489,8 @@ class Factory {
// Converts the given boolean condition to JavaScript boolean value.
Handle<Object> ToBoolean(bool value);
+ void CompileJSFunction(Handle<JSFunction> function);
+
private:
Isolate* isolate() { return reinterpret_cast<Isolate*>(this); }
« no previous file with comments | « src/d8.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698