The idea is that we can emit not just .js files, but also the v8 code cache blobs.
And unlike v8-compile-cache, we could benefit from making all bootups fast, including the first one. Also unlike it, we can use the new createCachedData APIs which have some benefits.
More:
The idea is that we can emit not just
.jsfiles, but also the v8 code cache blobs.And unlike
v8-compile-cache, we could benefit from making all bootups fast, including the first one. Also unlike it, we can use the newcreateCachedDataAPIs which have some benefits.--no-v8-cache)More:
produceCachedData