Hi guys,
I am new to v8 and trying to test v8 javascript engine performance with the
pure javascript on some top real-world websites, such as youtube, facebook,
etc.
I know how to test v8 with octane benchmark suite, but expect to run some
JS on real-world websites.
Very appreciate it.
Best Re
ust d8.
>
> Good luck!
>
> Jakob
>
> On Wed, Aug 30, 2017 at 8:42 AM, michael lee > wrote:
>
>> Hi guys,
>>
>> I am new to v8 and trying to test v8 javascript engine performance with
>> the pure javascript on some top real-world websites, such as youtu
Hi guys,
I want to find out the JavaScript execution details by V8. Anyone knows
how to figure out v8 execute Javascript (real-world pages) in detail,
i.e. when interprets? when compiles?
For example, running a Telemetry benchmark with tracing:
$ tools/perf/run_benchmark --browser=androi
ually go and change
> the benchmark to add the additional tracing categories.
>
> We currently don't distinguish when optimizing/interpreted code is run,
> essentially this is all grouped under "JavaScript".
>
> I hope this helps.
>
> Cheers,
> Camillo
>
I was trying to *print out the `v8::Local` object details,* with either
of `v8/tools/gdbinit` and `v8/tools/lldb_commands.py` helper scripts, I
just got "*Empty Line*" OR *"syntax error"*. Is there anything I've missed?
Most of configurations are from official embed tutorial
(https://v8.dev/