summaryrefslogtreecommitdiff
path: root/tools/snapshot
Commit message (Expand)AuthorAgeFilesLines
* src: make build_snapshot a per-Isolate option, rather than a global oneAnna Henningsen2023-02-031-1/+1
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-4/+4
* src: add detailed embedder process initialization APIAnna Henningsen2022-08-051-8/+9
* bootstrap: handle snapshot errors gracefullyJoyee Cheung2022-07-151-8/+9
* bootstrap: move embedded snapshot to SnapshotBuilderJoyee Cheung2022-04-201-1/+1
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-18/+56
* bootstrap: use SnapshotData to pass snapshot data aroundJoyee Cheung2022-03-231-2/+1
* tools: refactor snapshot builderJoyee Cheung2021-06-104-189/+2
* tools: use PrintCaughtException in the snapshot builderJoyee Cheung2021-05-261-35/+23
* bootstrap: mksnapshot should show JS errorBradley Farias2021-04-131-0/+41
* src: put (de)serialization code into node_snapshotable.h/ccJoyee Cheung2021-02-051-17/+1
* tools: use using-declaration consistentlyDaniel Bevenius2020-11-271-4/+4
* tools: add missing uv_setup_argv() callsAnna Henningsen2020-10-061-0/+1
* src: snapshot nodeJoyee Cheung2020-07-181-1/+1
* src: snapshot loadersJoyee Cheung2020-07-181-0/+1
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-5/+55
* tools: enable Node.js command line flags in node_mksnapshotJoyee Cheung2020-07-181-1/+7
* src: add an ExternalReferenceRegistry classJoyee Cheung2020-07-181-4/+4
* doc: add documentation about node_mksnapshot and mkcodecacheJoyee Cheung2019-12-051-0/+42
* tools: fix mksnapshot blob wrong freeing operatorDavid Carlier2019-09-011-1/+1
* tools: make code cache and snapshot deterministicBen Noordhuis2019-08-191-0/+2
* src, tools: replace raw ptr with smart ptrGauthamBanasandra2019-07-121-1/+1
* tools: remove unused using declarationsDaniel Bevenius2019-06-281-2/+0
* tools: assert that the snapshot can be rehashed in node_mksnapshotJoyee Cheung2019-06-171-0/+1
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-262-2/+0
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+2
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-231-30/+15
* src: enable context snapshot after running per-context scriptsJoyee Cheung2019-04-231-0/+3
* tools: implement node_mksnapshotJoyee Cheung2019-04-233-0/+188