Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index 6f5eaefb1c482e273c4e86d417e6f20c99e7c967..6e91ec48448da9bdaa2bb234727306aca29f6fe0 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -423,6 +423,8 @@ DEFINE_BOOL(trace_deopt, false, "trace optimize function deoptimization") |
| DEFINE_BOOL(trace_stub_failures, false, |
| "trace deoptimization of generated code stubs") |
| +DEFINE_BOOL(serialize_toplevel, false, "serialize toplevel scripts") |
|
vogelheim
2014/07/07 15:20:00
nitpick: "enable caching of toplevel scripts"?
(B
|
| + |
| // compiler.cc |
| DEFINE_INT(min_preparse_length, 1024, |
| "minimum length for automatic enable preparsing") |