Re: [v8-users] CpuProfiler not collecting data in jitless mode (iOS)

2019-11-06 Thread Darin Dimitrov
I managed to find the reason for this. I forgot to enter the isolate after creating it: isolate->Enter() All looks good now. Sorry for the false alert. On Wednesday, November 6, 2019 at 10:26:41 AM UTC+2, Jakob Gruber wrote: > > +Peter Marshall > > On Wed, Nov 6, 2019 at 8:58 AM Darin

Re: [v8-users] Is "is_component_build" expected to work at all in v8 7.8?

2019-11-06 Thread Ben Ernst
Thanks Hans, I'm sure I tried that before, but I'll give that a shot again. Ben. On Monday, 4 November 2019 17:46:08 UTC+10:30, Hans Maier wrote: > > Hi, > > the libc provided together with v8 is incompatible with the msvc-libc. > I had to provide "use_custom_libcxx=false" to be able to link it

Re: [v8-users] CpuProfiler not collecting data in jitless mode (iOS)

2019-11-06 Thread Jakob Gruber
+Peter Marshall On Wed, Nov 6, 2019 at 8:58 AM Darin Dimitrov wrote: > I am trying to collect function execution data using the CpuProfiler class. > > I ran the following test (taken from here > https://github.com/v8/v8/blob/master/test/cctest/test-cpu-profiler.cc#L677 > ): > > const char* src