Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap: check more metadata when loading the snapshot #44132

Merged
merged 4 commits into from
Aug 9, 2022

Commits on Aug 8, 2022

  1. bootstrap: check more metadata when loading the snapshot

    This patch stores the metadata about the Node.js binary
    into the SnapshotData and adds fields denoting how the
    snapshot was generated, on what platform it was
    generated as well as the V8 cached data version flag.
    Instead of simply crashing when the metadata doesn't
    match, Node.js now prints an error message and exit with
    1 for the customized snapshot, or ignore the snapshot
    and start from scratch if it's the default one.
    joyeecheung committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    e65d693 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b83287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4a5e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76ec477 View commit details
    Browse the repository at this point in the history