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

Unified Diff: src/flag-definitions.h

Issue 538613006: Remove redundant --always-full-compiler flag. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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/compiler.cc ('k') | test/mjsunit/regress/regress-conditional-position.js » ('j') | no next file with comments »
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 7f9f811dc60602e710018aeba3aab96f85e2c52c..fe5f443adf1dad958db4324b68df327fceefaa2c 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -434,8 +434,6 @@ DEFINE_BOOL(serialize_toplevel, false, "enable caching of toplevel scripts")
// compiler.cc
DEFINE_INT(min_preparse_length, 1024,
"minimum length for automatic enable preparsing")
-DEFINE_BOOL(always_full_compiler, false,
- "try to use the dedicated run-once backend for all code")
DEFINE_INT(max_opt_count, 10,
"maximum number of optimization attempts before giving up.")
« no previous file with comments | « src/compiler.cc ('k') | test/mjsunit/regress/regress-conditional-position.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698