[v8-users] Re: Different stack between strict and sloppy mode.

2016-11-09 Thread Jane Chen
Yang, Tried --no-harmony-tailcalls. It doesn't seem to make a difference. Jane On Monday, November 7, 2016 at 2:44:35 AM UTC-8, Yang Guo wrote: > > Could it be that you somehow enabled tail call optimization? What happens > if you use --no-harmony-tailcalls? If that's not it... we indeed also

[v8-users] Re: Linking V8 to app on Windows

2016-11-09 Thread George Marques
I also had troubles with the build system. I found it's much easier to just use this Nuget package: https://github.com/pmed/v8-nuget. On Wednesday, November 9, 2016 at 5:42:19 AM UTC-2, Ivan P. wrote: > > Hello, I am porting my app from V8 3.19 to V8 5.3.332.45. > I have built new V8 version as

Re: [v8-users] Timer events in V8

2016-11-09 Thread Ben Noordhuis
On Tue, Nov 8, 2016 at 6:20 PM, Talha wrote: > Hi Ben, > > Thanks a lot for the response. That validates my understanding. > > In the log files, I am observing the following pattern with timer events at > some places (with IcMiss, CompileFullCode, Execute and maybe for some