Re: [v8-users] --print-code does not work

2018-02-23 Thread Jakob Kummerow
Correction: Looking at the code, it turns out that --print-code still does what the name implies: it prints all code (optimized code, regexp code, wasm code). It's just that there is no unoptimized code any more (which arguably was the flag's primary use case in the past). On Mon, Feb 12, 2018

[v8-users] Re: Cached data or startup snapshot?

2018-02-23 Thread Alexandru Dima
Hi Yang, I have spent quite some time to create a repro that executes the exact same code in the exact same state, once with the code loaded from cached data, and once with the code running from a startup snapshot. In this standalone repro, the total time is indeed better for starting from a