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

Unified Diff: src/parsing/parse-info.h

Issue 2513563002: Remove FLAG_min_preparse_length. (Closed)
Patch Set: test262 expectations Created 4 years, 1 month 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/flag-definitions.h ('k') | src/parsing/parse-info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parsing/parse-info.h
diff --git a/src/parsing/parse-info.h b/src/parsing/parse-info.h
index 24188d95e2c154f99a0610cc4dd239dd05d554ed..d3d3bf0356c6d3e63c7542df9a22b386bec0fde5 100644
--- a/src/parsing/parse-info.h
+++ b/src/parsing/parse-info.h
@@ -97,9 +97,6 @@ class V8_EXPORT_PRIVATE ParseInfo {
return compile_options_;
}
void set_compile_options(ScriptCompiler::CompileOptions compile_options) {
- if (compile_options == ScriptCompiler::kConsumeParserCache) {
- set_allow_lazy_parsing();
- }
compile_options_ = compile_options;
}
« no previous file with comments | « src/flag-definitions.h ('k') | src/parsing/parse-info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698