| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
|
cc @nodejs/embedders |
Sorry, something went wrong.
Co-authored-by: Anna Henningsen <github@addaleax.net>
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
There are intermittent timeouts on arm builds with test-crypto-dh and test-crypto-binary-default, though I can't tell how this PR could be related to these two tests. My guess is that the arm bots are not powerful enough and the tests are putting too many computation-intensive cases into single files. I'll see if splitting the test cases out helps. |
Sorry, something went wrong.
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. PR-URL: #40357 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
|
Tests were green. Landed in 38aa7cc |
Sorry, something went wrong.
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. PR-URL: #40357 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
| Back | FazBrowse Home | New Git URL |
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.