You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
FTR, in fact it is
kProduceFullCodeCache
, notkProduceExhaustiveCodeCache
as stated in commit message, see CR issue for details.The text was updated successfully, but these errors were encountered: