Add kProduceExhaustiveCodeCache to v8::ScriptCompiler::CompileOptions
to request eager compilation to add as much as possible to the code
cache for the script.
Repurpose ParseInfo::kLazy flag.
Remove ParseInfo::kDebug flag.
Remove --serialize-toplevel as it has become obsolete.
FTR, in fact it is kProduceFullCodeCache, not kProduceExhaustiveCodeCache as stated in commit message, see CR issue for details.
FTR, in fact it is
kProduceFullCodeCache
, notkProduceExhaustiveCodeCache
as stated in commit message, see CR issue for details.