-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change shape of initialize/snapshot transcript entries, slog entries
The load-snapshot event is now `['load-snapshot', { snapshotID }]`, to make room for other options like which version of xsnap to use. The save-snapshot event results are still `['ok', hash]` except the type now thinks of the second element as `snapshotID` instead of `hash`. The initialize-worker event is now `['initialize-worker', workerOptions]`, which records the worker type, as well as the helper bundle IDs (lockdown/supervisor). In the slog, the `heap-snapshot-save` event details now contain `snapshotID` instead of `hash`, to be consistent.
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters