[v8-users] How extract the pure javascript from real-world website, in order to test V8 js engine performance?

2017-08-30 Thread michael lee
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

Re: [v8-users] How extract the pure javascript from real-world website, in order to test V8 js engine performance?

2017-09-01 Thread michael lee
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

[v8-users] How figure out v8 execute Javascript (real-world pages) in detail, i.e. when interpret? when compile?

2017-09-04 Thread michael lee
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

[v8-users] Re: How figure out v8 execute Javascript (real-world pages) in detail, i.e. when interpret? when compile?

2017-09-15 Thread michael lee
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 >

[v8-users] Help. Cannot print out the `v8::Local` object

2022-01-18 Thread Michael Lee
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/