Closed 12wrigja closed 1 year ago
Tracking bug for using V8 Snapshots in NodeJS: https://github.com/nodejs/node/issues/35711
This would allow us to load the Temporal API surface into NodeJS once, take a snapshot of that state, and then re-use that snapshot when launching a test262 test to hopefully speed up test execution.
This might be feasible now: https://nodejs.org/en/blog/release/v18.8.0/
Not exactly using V8 snapshots, but a better solution for test262 was landed in https://github.com/js-temporal/temporal-polyfill/pull/204.
Tracking bug for using V8 Snapshots in NodeJS: https://github.com/nodejs/node/issues/35711
This would allow us to load the Temporal API surface into NodeJS once, take a snapshot of that state, and then re-use that snapshot when launching a test262 test to hopefully speed up test execution.