Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index caa99e74b0ba455bfc1c7ef91220f4d47339e5a2..ce6b7ba7275004e5a220318912be51ab7665137f 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -580,6 +580,8 @@ DEFINE_BOOL(trace_stub_failures, false, |
"trace deoptimization of generated code stubs") |
DEFINE_BOOL(serialize_toplevel, true, "enable caching of toplevel scripts") |
+DEFINE_BOOL(serialize_eager, false, "compile eagerly when caching scripts") |
+DEFINE_BOOL(serialize_age_code, false, "pre age code in the code cache") |
DEFINE_BOOL(trace_serializer, false, "print code serializer trace") |
// compiler.cc |