Is V8 Code Cache format somewhat stable? Looking at the code it currently just stores bytecode for each function and a few extra data, but no assembly.
What I'm wondering about is whether I could precompile #electronjs preload code cache for all platforms/architectures and distribute it with the application?