Skip to content

V8 Compile Cache #51

@rauchg

Description

@rauchg

The idea is that we can emit not just .js files, but also the v8 code cache blobs.
And unlike v8-compile-cache, we could benefit from making all bootups fast, including the first one. Also unlike it, we can use the new createCachedData APIs which have some benefits.

  • Make sure we disable the optimization gracefully when invoking in old Node versions
  • Make sure to add a flag to disable it (--no-v8-cache)

More:

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions