Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Add support for ScriptCompiler::kProduceFullCodeCache #71

Closed
pinepain opened this issue Oct 2, 2017 · 0 comments
Closed

Add support for ScriptCompiler::kProduceFullCodeCache #71

pinepain opened this issue Oct 2, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@pinepain
Copy link
Member

pinepain commented Oct 2, 2017

Name Value
Since v8 version 6.3.215
Commit hash v8/v8@7f9de3d
Chromium issue https://bugs.chromium.org/p/chromium/issues/detail?id=768705

[snapshot] add kProduceExhaustiveCodeCache option.

  • 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.

@pinepain pinepain added the v8:api label Oct 2, 2017
@pinepain pinepain added this to the 0.2.1 milestone Oct 2, 2017
pinepain added a commit that referenced this issue Oct 3, 2017
@pinepain pinepain self-assigned this Oct 3, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant