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

src: get embedder options on-demand #40357

Closed
wants to merge 2 commits into from

Commits on Oct 7, 2021

  1. src: get embedder options on-demand

    Only query embedder options when they are needed so that the bootstrap
    remains as stateless as possible so that the bootstrap snapshot is
    controlled solely by configure options, and subsequent runtime changes
    should be done in pre-execution.
    joyeecheung committed Oct 7, 2021
    Copy the full SHA
    dc394bc View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Update src/node_options.cc

    Co-authored-by: Anna Henningsen <github@addaleax.net>
    joyeecheung and addaleax committed Oct 11, 2021
    Copy the full SHA
    c9504e1 View commit details
    Browse the repository at this point in the history