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

Unified Diff: src/flag-definitions.h

Issue 214883002: Two-threaded parser (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: . Created 6 years, 8 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/isolate.h » ('j') | src/parser-thread.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 989e2852a8ee39a6360127a6becfac6e56e118f1..a0338c078483e9dd6b02d42bf3badd8a85cff06d 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -450,6 +450,9 @@ DEFINE_bool(trace_stub_failures, false,
// compiler.cc
DEFINE_int(min_preparse_length, 1024,
"minimum length for automatic enable preparsing")
+DEFINE_int(min_parallel_parse_length, 4096,
+ "minimum code length for multithreaded parsing")
+DEFINE_bool(parallel_parse, true, "use multithreaded parsing")
DEFINE_bool(always_full_compiler, false,
"try to use the dedicated run-once backend for all code")
DEFINE_int(max_opt_count, 10,
« no previous file with comments | « no previous file | src/isolate.h » ('j') | src/parser-thread.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698