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: initialize per-isolate properties of bindings separately #47768

Closed
wants to merge 4 commits into from

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    4b610b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b38c89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b6a2f5 View commit details
    Browse the repository at this point in the history
  4. bootstrap: initialize per-isolate properties of bindings separately

    This patch moves the initialization of per-isolate properties of
    the bindings that are in the embedded snapshot separate from the
    initialization of their per-context properties. This is necessary
    for workers to share the isolate snapshot with the main thread
    and deserialize these properties instead of creating them from
    scratch.
    joyeecheung committed May 1, 2023
    Configuration menu
    Copy the full SHA
    827f713 View commit details
    Browse the repository at this point in the history